-
Error
Hello!
while installing the script this error comes with finish.php:
Code:
ERROR: Unable to execute query
SELECT * from signup where username='' and pwd=''
Access denied for user 'apache'@'localhost' (using password: NO)
My $db_pass is set correctly.
The files are chmodded correctly.
Best regards,
nitramf
-
Re: Error
Check to see that your config.php (in your includes directory) is chmod 777. Based on the error, it is appearing as though Apache is trying to login to mySQL with blank credentials. This happens if you run through the installation with the config.php file not being chmod 777. Check that the permission on that file is correct and redo the installation.
-
Re: Error
Verify mysql logins are correct