|
we changed table names to ppgal_ on 2.0 upgrade so your version number has to be incorrect if your tables are already named that try running this query in phpmyadmin then run the upgrade
UPDATE ppgal_setting SET value = '2.2' WHERE varname = 'gallery_version';
Of course replace with your proper version.
|