Jump to content

Incorrect Table Name


Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.