Error when trying to publish page

Permalink
I recently had something go wrong with my C5 5.7 installation, and I installed a fresh version on my server, and replaced the database from the site that went wrong to the new one.

Aside from some minor CSS issues that were easy to fix, everything went OK, until I try to publish a new page, in which case I get this error:

{"error":{"message":"An exception occurred while executing 'select cID, msLanguage, msCountry from MultilingualSections where cID = ?' with params [\"143\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'neueweb3_photography.MultilingualSections' doesn't exist"},"errors":["An exception occurred while executing 'select cID, msLanguage, msCountry from MultilingualSections where cID = ?' with params [\"143\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'neueweb3_photography.MultilingualSections' doesn't exist"]}


Has there been a change in the DB structure since Nov 2014? Is there a way to merge the current C5 DB with my existing one? I really don't want to have to re-create all my pages ...

Thanks!

 
lbrancamisha replied on at Permalink Reply
lbrancamisha
Hi, check your table names and look for some upper/lower case difference.

I had to rename these tables :

RENAME TABLE MultiLingualSections TO MultilingualSections;
RENAME TABLE MultiLingualPageRelations TO MultilingualPageRelations;

More details on my post here :http://www.concrete5.org/developers/bugs/5-7-3-1/publishing-page-fr...