I'm not new to wordpress as I have been in the development industry for last two years. I have been given a site to fix some internal errors which I don’t find possible to resolve on my own.
The site is hosted on a godaddy shared hosting site. I'm not sure what they did to it but it is unable to connect to its database anymore. I also verified that the (setttings.php) file has the correct credentials but it still unable to connect.
I'm getting the following errors:
Notice: Undefined index: host in /home/logomatics/public_html/includes/database.mysql.inc on line 62
Notice: Undefined index: path in /home/ logomatics/public_html/includes/database.mysql.inc on line 63
The mysql error was: Access denied for user ' logomatics'@'localhost' (using password: NO).
What’s really confusing or surprising for me is that the user logomatics is the cpanel system user and not a custom user name that I have configured to access the database.
Any ideas as to what is behind this error? Godaddy seems to be assuming that everything is running fine and that cpanel has all of the right permissions.
Thanks!
The site is hosted on a godaddy shared hosting site. I'm not sure what they did to it but it is unable to connect to its database anymore. I also verified that the (setttings.php) file has the correct credentials but it still unable to connect.
I'm getting the following errors:
Notice: Undefined index: host in /home/logomatics/public_html/includes/database.mysql.inc on line 62
Notice: Undefined index: path in /home/ logomatics/public_html/includes/database.mysql.inc on line 63
The mysql error was: Access denied for user ' logomatics'@'localhost' (using password: NO).
What’s really confusing or surprising for me is that the user logomatics is the cpanel system user and not a custom user name that I have configured to access the database.
Any ideas as to what is behind this error? Godaddy seems to be assuming that everything is running fine and that cpanel has all of the right permissions.
Thanks!
Last edited by a moderator: