Problem installing zenphoto. Below steps were conducted;
Changed the zp-config.php file to my server settings.(renamed and saved)
$conf['mysql_user'] = "changed";
$conf['mysql_pass'] = "changed";
$conf['mysql_host'] = "changed"; // Won't need to change this 90% of the time.
$conf['mysql_database'] = "changed";
edited my .htaccess file to 'photos'
Uploaded the zenphoto files to my server using gFTP (ubuntu linux app)
When I navigated to my setup file I was prompted to enter my password;
entered:admin for the username, then 1234 for the password (planned to change it later).
I then received the following errors;
-------------
MySQL Error: Could not connect to the database server. Check your zp-config.php file for the correct Host, User name, and Password.
Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/r/i/drifterman/html/photos/zen/functions-db.php:31) in /home/content/d/r/i/drifterman/html/photos/zen/auth_zp.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/r/i/drifterman/html/photos/zen/functions-db.php:31) in /home/content/d/r/i/drifterman/html/photos/zen/auth_zp.php on line 33
------------
Other facts to note;
I'm using godaddy and running MySQL 5.0
I did not modify the file permissions as I'm a n00b and don't know how to do this with my FTP program.
I verified all data to be correct via my provider. (stuff I changed in the zp-config)
Thanks in advance,
Drifter