Hello,
during the installation the following error message appeared:
"Access denied for user 'root'@'localhost' (using password: NO)"
After modifying zenphoto.cfg with the following arguments:
$conf['mysql_user'] = 'myuser'; // Supply your Database user id.
$conf['mysql_pass'] = 'mypass'; // Supply your Database password.
$conf['mysql_host'] = 'localhost'; // Supply the name of your Database server.
$conf['mysql_database'] = 'photo'; // Supply the name of Zenphoto's database
I get another error-message:
"Vielleicht ist ein Problem mit dem Upload aufgetreten. Sie sollten die folgenden Dateien überprüfen: zp-core/zenphoto.cfg"
(problem with upload, pls. check "zp-core/zenphoto.cfg").
I am quite sure that this is neither a MySQL nor PHP-related problem, because other CMS-Systems could be installed and are running without any problems using the same credentials without changing PHP- and MySQL-Parameters.
Any ideas?