<b>Warning</b>: [mysql error 1062] Duplicate entry 'MugShot' for key 'PRIMARY'
INSERT INTO piwigo_config (param,value,comment) VALUES ("MugShot","","MugShot configuration values"); in <b>/var/www/virtual/x/html/include/dblayer/functions_mysqli.inc.php</b> on line <b>847</b><br />
I was able to solve it with this patch.
As the following query also works if the table already exists, this seems to be more robust.
During update I ran into an issue
I was able to solve it with this patch.
As the following query also works if the table already exists, this seems to be more robust.