geordie Posted September 13, 2007 Share Posted September 13, 2007 Morning, I am producing a website for my local Rugby Club which has a CMS hand built for each age group. I have built the database so that each table is identical other than the age changes on the table name. I have built the CMS system for one age group and then copied and pasted it into another age group and gone in and changed the recordsets from say 8sfixtures to 9sfixtures and also the edit and delete properties. When I try and add a new fixture, the page comes up Incorrect table name '' I have gone through the page code and everything points to the new recordset table Any Ideas? Link to comment https://forums.phpfreaks.com/topic/69170-incorrect-table-name/ Share on other sites More sharing options...
clearstatcache Posted September 13, 2007 Share Posted September 13, 2007 can u show ur code? Link to comment https://forums.phpfreaks.com/topic/69170-incorrect-table-name/#findComment-347647 Share on other sites More sharing options...
tippy_102 Posted September 13, 2007 Share Posted September 13, 2007 It sounds like you have changed the names of the tables in the php code, but did not build the new tables in mysql (or whatever database you are using)? If so, you will have to create the tables. If using mysql, it may be easiest to copy the "8" table structure (without data) rather then creating a new one. Link to comment https://forums.phpfreaks.com/topic/69170-incorrect-table-name/#findComment-347913 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.