vers. 5.7.5.2 - error messages when moving to hosting provider

Permalink
Hi
I have an urgent problem:
When moving my site live to my hosting provider, I am seeing this error message:

Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'afrikanskdans_dk_db.WorkflowProgress' doesn't exist' in /var/www/afrikanskdans.dk/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 Stack trace: #0 /var/www/afrikanskdans.dk/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(91): PDOStatement->execute(Array) #1 /var/www/afrikanskdans.dk/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(830): Doctrine\DBAL\Driver\PDOStatement->execute(Array) #2 /var/www/afrikanskdans.dk/public_html/concrete/src/Database/Connection/Connection.php(60): Doctrine\DBAL\Connection->executeQuery('select wp.wpID ...', Array) #3 /var/www/afrikanskdans.dk/public_html/concrete/src/Workflow/Progress/PageProgress.php(39): Concrete\Core\Database\Connection\Connection->Execute('select wp.wpID ...', Array) #4 /var/www/afrikanskdans.dk/public_html/concrete/elements/page_controls_footer.php(12):


I have of cource searched for a solution and found this thread:https://www.concrete5.org/community/forums/5-7-discussion/database-e...
But looking at my tables, they all seem to have the right naming.

I do see my site content (the errow messages is showing up underneath the content), BUT - when trying to log in, the login window view has changes (see attachment), which is telling me that some essential link is missing, but which ?

Also - after submitting login and password, the editor bar is missing and I can't do anything - so something is definitely missing.

I cross my fingers, and hope that some of you have experienced the same problem and is able to point me to a solution.

1 Attachment

 
JohntheFish replied on at Permalink Reply
JohntheFish
If you have moved from a windows host to a linux host, it could be that the database table names now need to be Title Case and are now case sensitive.
tilde replied on at Permalink Reply
Thank you for your answer.

Unfortunately, it's not the case. The tables are all having the right naming with uppercase letters.
My local installation is on MAMP.

Anyway - I did a fresk concrete5 install on the server and got my site up and running.

;-)