ZenphotoCMS Forum
username password error - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: username password error (/thread-1218.html)



username password error - scoopyzen - 2007-02-28

Hi

I am a little unsure why I cannot login to Zen Photo.

I have changed the file permissions. I am using the same username and password that I set up for MySQL.

I have modified the config file as follows (changed the actual words)
'
$conf['mysql_user'] = "myusern";
$conf['mysql_pass'] = "mypass";
$conf['mysql_host'] = "127.0.0.1"; // Won't need to change this 90% of the time.
$conf['mysql_database'] = "sitename_couk-_dbname";

// If you're sharing the database with other tables, use a prefix to be safe.
$conf['mysql_prefix'] = "";
'
My hosting provider told me to change local host to 127.0.0.1 in other installations of gallery and coppermine so I have done the same for zen

Probably doing something silly but its driving me bonkers, any help would be greatly appreciated

Dale




username password error - Chilifrei64 - 2007-02-28

you need to scroll down farther in your zp-config.php and find the

// Admin interface username (also required for running setup).
$conf['adminuser'] = "admin";
// This isn't that secure, so don't put anything here you don't want anyone to see...
// (but make sure you change it to something other than 1234...)
$conf['adminpass'] = "1234";




username password error - scoopyzen - 2007-02-28

Thanks Chilifrei64,

It worked a treat, only read the top bit!

Dale