0

I am developing a site using PHP Zend Framework. Previously it works fine. I added a .htaccess file in the root folder; now my site is not working. I get the following error. I delete that .htaccess file, still face same issue.

Errors :

(Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'SQLSTATE[28000] [1045] Access denied for user 'reiceps'@'localhost' (using password: YES)' in /var/www/vhosts/sdiphp.com/subdomains/caialarecipes/httpdocs/library/Zend/Db/Adapter/Pdo/Abstract.php:145 Stack trace: #0 /var/www/vhosts/sdiphp.com/subdomains/caialarecipes/httpdocs/library/Zend/Db/Adapter/Pdo/Mysql.php(96):

1 Answer 1

4

That's not an htaccess problem it looks like your mysql credentials have been rejected. probably because you misspelled recipes 'reiceps'@'localhost' at least that's what the error indicates.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you for your reply ,now i corrected my file its working fine

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.