Fatal error: Exception thrown without a stack frame in Unknown on line 0

Permalink 1 user found helpful
I developed a concrete5 project on localhost. After completion i tried to live the website. Did everything
1. uploaded the project and db
2. changed site.php

And on opening the website got an error

"Fatal error: Exception thrown without a stack frame in Unknown on line 0" .

I read most of the post regarding this issue but all were due to upgrading of concrete5 version.

 
planist1 replied on at Permalink Reply
planist1
Check your database tables on the new site. A possible issue might be the lowercase usage on all the tables where C5 is looking for camel case. If that is indeed the case, there is an addon that might help you out and it's free! http://www.concrete5.org/marketplace/addons/database-case-sensitivi...

And if it is the case, then this post might be helpful to you as well. http://www.concrete5.org/documentation/how-tos/developers/mysql-dat...