MySQL Error when upgrading from 5.3.2 to 5.3.3.1
PermalinkI upgraded from 5.3.1 to 5.3.2, like specified. The process was easy, everything went smooth. I tested the whole website afterwards, it worked flawlessly.
I then upgraded from 5.3.2 to 5.3.3.1. At first I had memory issues which I fixed using a solution I found in the forums. But now, everytime I try to open a page, I get this error.
โ
An unexpected error occurred.
mysql error: [1146: Table 'danieldo_concrete.FileAttributeKeys' doesn't exist] in EXECUTE("SELECT fakID FROM FileAttributeKeys WHERE akName = 'height' LIMIT 1")
โ
What am I supposed to do? Redo the website?
โ
EDIT : I have looked through the database in phpmyadmin, and the table called FileAttributeKeys that Concrete seems to be looking for is nowhere to be found. Why?

Whenever I visited the site, because it was my home page, I got this error!
How i fixed it was to type in a URL to another page that did not have the asmiller gallery on ithttp://u10girls.hawkwellfc/index.php/contact...
Once there, I logged into the site and from the 'add functionality' link in the dashboard, I simply removed all instances of the asmiller galleria package from my site.
It is a lot less painfull to add galleries back rather than to re-do the entire site!!
Hope this helps.
Have the same problem just upgraded my site from 3.2 to 5.4. Following error if I try to add a asmiller gallery block:
An unexpected error occurred.
mysql error: [1146: Table 'zczh2009_cms.FileAttributeKeys' doesn't exist] in EXECUTE("SELECT fakID FROM FileAttributeKeys WHERE akName = 'height' LIMIT 1")
How can I solve it?