Hello: as this post is only 1 month old, I decided to use it rather than opening a new one.
Upgrading from 1.2.9. Tried to upgrade both to 1.3 and 1.4. Replicated upgrade situation in 2 shared servers and different domains and folder.
Always get the:
¡Error! Access denied for user (root user) @ (using password: NO)
Databases were always created prior to update, and authentication data verified by developer and by host.
Looks like 1.2.9 Zenphoto is trying to access the database with the root credentials used in the default installation in a local server /etc/phpmyadmin/config.inc.php:
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
I only say “looks like” as it is the same behavior, but can´t assure this is the problem.
Please advice.
Thanks