I just upgraded my site, http://laloulah.com/ from v3.3.3 to 4.1.4-stable. The upgrade was done through the Fantastico interface of my web host. Fantastico reported that the upgrade went ok but when I try to access my site it is corrupted.
I was able to fix an error with the hitlog table by removing hit_count column so now the blog "loads", but it is covered in errors.
Trying to access the Admin page is even worse,
Logging into the site Admin :
Notice: Undefined property: stdClass::$user_notify_moderation in /home/fnkpqpag/public_html/laloulah.com/inc/users/model/_user.class.php on line 252
Notice: Undefined property: stdClass::$user_unsubscribe_key in /home/fnkpqpag/public_html/laloulah.com/inc/users/model/_user.class.php on line 253
Notice: Undefined property: stdClass::$user_gender in /home/fnkpqpag/public_html/laloulah.com/inc/users/model/_user.class.php on line 255
Notice: Undefined property: stdClass::$user_ctry_ID in /home/fnkpqpag/public_html/laloulah.com/inc/users/model/_user.class.php on line 257
Notice: Undefined property: stdClass::$user_source in /home/fnkpqpag/public_html/laloulah.com/inc/users/model/_user.class.php on line 258
Additional information about this error:
MySQL error!
Table 'fnkpqpag_bvlt1.evo_users__usersettings' doesn't exist(Errno=1146)
Your query:
SELECT uset_user_ID, uset_name, uset_value
FROM evo_users__usersettings
WHERE uset_user_ID = '1'
Unfortunately I didn't take a full backup of the site before I started the upgrade.
Any suggestions?
After more poking around it seems like the upgrade didn't get completed properly. Is there as script/utility that i can use to convert my old 3.3 DB to the 4.1.x format?