|
Try running this query in phpmyadmin and tell me if you run upgrade again your problems are solved.
UPDATE vb3_adv_setting SET value = '2.0.0' WHERE varname = 'gallery_version';
Right but have you tried that? Because the issue is you get that error because your database version in that varname is incorrect. Setting it back a version should allow proper table creation and continuation.
|