I am trying to install a new theme for Magento and the theme comes with "an easy to follow instruction" and two separate PHP files which i need to run from the browser to be able to install the theme.
the two PHP files are install-em0022.php and install.lib.php and i will need to run the install-em0022.php frm the browser.
when I run the PHP file from browser I get this error:
PHP Fatal error: Uncaught exception 'Exception' with message 'Can't connect to mysql: Access denied for user 'my database username'@'localhost' (using password: NO)' in /home/XXXXX/public_html/install.lib.php:30 Stack trace:
0 /home/XXXXXX/public_html/install-em0022.php(34): open_db(string, string, string, string, string) 1 {main} thrown in /home/XXXXXXX/public_html/install.lib.php on line 30
here is the code for install-em0022.php:
http://www.sourcepod.com/fhuxrj40-18501
All my database details that i entered in the file is correct but still it doesn't connect to the database!
could someone please help me to solve this issue?
Password: NO
means you are not using a password at all. – str May 3 '13 at 14:57