Christoph Posted November 4, 2011 Share Posted November 4, 2011 Got this error message when trying to enter my contact page in the admin: Table 'db12345.field_contactname' doesn't exist I use the form builder module to create a contact form and recently updated my site from 2.0 to 2.1, maybe it's due to this? Any thoughts on how to solve? THX! Link to comment Share on other sites More sharing options...
ryan Posted November 4, 2011 Share Posted November 4, 2011 Did contactname have any uppercase characters in it? I'm just wondering if it's a database upper vs. lowercase thing that didn't translate through the upgrade. Link to comment Share on other sites More sharing options...
Christoph Posted November 4, 2011 Author Share Posted November 4, 2011 Thanks for you fast reply, Ryan! Yes, I named the field contactName. Link to comment Share on other sites More sharing options...
ryan Posted November 4, 2011 Share Posted November 4, 2011 First thing to try is to edit /site/config.php and locate this line near the bottom: $config->dbLowercaseTables = true; Change it to false. Then see if it starts working. If that doesn't do it, change it back to true and lets see if we can rename the table manually. If you don't have easy access to PhpMyAdmin I can post a quick PW code bit that'll do it for you. But lets wait and see if that is even necessary first. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now