I try to install 2.6RC1 and i get everytime the same error
[mysql error 1062] Duplicate entry 'smartpocket' for key 'PRIMARY'
INSERT INTO piwigo26_config (param,value,comment)
VALUES ('smartpocket' , 'a:2:{s:4:\"loop\";b:1;s:8:\"autohide\";i:5000;}' , 'loop#autohide');
#1 my_error /var/www/piwigo-2.6/piwigo/include/dblayer/functions_mysqli.inc.php(109)
#2 pwg_query /var/www/piwigo-2.6/piwigo/themes/smartpocket/admin/maintain.inc.php(17)
#3 theme_activate /var/www/piwigo-2.6/piwigo/admin/include/themes.class.php(34)
#4 DummyTheme_maintain::activate /var/www/piwigo-2.6/piwigo/admin/include/themes.class.php(157)
#5 themes::perform_action /var/www/piwigo-2.6/piwigo/admin/include/functions_install.inc.php(84)
#6 activate_core_themes /var/www/piwigo-2.6/piwigo/install.php(368)I can install 2.6Beta1 and 2.6Beta2 without any issue.
Offline
Hi xbgmsharp,
I didn't got any error on installing 2.6RC1. Did you install it from scratch (brand new installation on a brand new database)? Because this kind of error is related to an installation attempt on an existing Piwigo table set in database.
For beta-testing, it's strongly recommended to not install over an existing installation but in a new directory on server and a new database.
Offline
I use the exact same method for PWG2.6 Beta1, Beta2 and it works.
I reinstall Beta2 and overwrite the file of RC1.
Offline