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? Quote Link to comment Share on other sites More sharing options...
clearstatcache Posted September 13, 2007 Share Posted September 13, 2007 can u show ur code? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.