[Solved] Page attributes broken after server migration

Permalink
Today, I moved from a XAMPP install to a live server.

Originally I had database problems that were solved by renaming the tables to the proper capitalization.

Now, the page attributes I set on some pages were gone, as well as completely gone from the Dashboard. It says "No attributes defined."

I thought, "Fine, I'll just re-add them." So I click the Add button, and the dropdown list under "Choose attribute type" is also blank.

If I click "Go", I lose the Dashboard style sheet and get an error message, "Fatal error: Call to a member function allowAttributeSets() on a non-object in /home/mcelect/public_html/concrete/elements/attribute/type_form_required.php on line 26
Handle * Name *"

Please, Please help. The website project needs to go live tomorrow.

hydriplex
 
Mnkras replied on at Permalink Reply
Mnkras
how did you move the site?

like this?
http://www.concrete5.org/help/building_with_concrete5/installation/...

i would try adding a new user giving him admin and trying to make a new attribute
hydriplex replied on at Permalink Reply
hydriplex
It was a database problem after all, apparently when I wrote the SQL query to rename the tables, some slipped through the cracks.

Thanks so much for your help anyways, Mnkras. Much appreciated for the response.