- Error: SQLSTATE[28000] [1045] Access denied for user 'magento'@'localhost'
- Adding a user in http://visstudiodev2/phpmyadmin
- Magento database
- Adding a new user to the Privilege user settings
- I deleted everything inside the var/cach. And it worked for me. "So all i did was rename /magento-path-here/var/cache folder to /magento-path-here/var/cache-old and refreshed the page and all was fine." ^Fixed the problem first go. Thanks mate you're a legend!
- Error: ( ! ) Notice: Undefined index: HTTP_X_FORWARDED_FOR
- Changing $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; to $ip = $_SERVER['REMOTE_ADDR'];
- Error: frontend\default\shelter\template\magazento/homepage/data.phtml. Basically it was showing the template path hints so just disable the path hints
- Changing the magento db, core_config_data table, changing where path=template_hints, and path=template_hints_block value from 1 to 0.
- SELECT * FROM `core_config_data`where path='dev/debug/template_hints';
- SELECT * FROM `core_config_data`where path='dev/debug/template_hints_blocks'
- clear the var/cache
Thursday, 9 July 2015
Shelter Job log: Error- Magento template - SQLSTATE[28000] [1045] Access denied for user 'magento'@'localhost'
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment