- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019
08:13 AM
01-02-2019
08:13 AM
Re: There has been an error processing your request
Hi
can you help me
same trouble, can't access my site:
There has been an error processing your request
SQLSTATE[28000] [1045] Access denied for user
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2019
06:36 AM
01-07-2019
06:36 AM
Re: There has been an error processing your request
I ran into the same situation. What I did to fix the problem is to re-index the magento folder.
php bin/magento indexer:reindex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019
09:52 AM
03-05-2019
09:52 AM
Re: There has been an error processing your request
manually removing all the files in "cache" and "page cache" solved the problem for me.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2019
12:03 PM
05-23-2019
12:03 PM
Re: There has been an error processing your request
Try flushing the cache and that's it
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2020
10:43 AM
04-09-2020
10:43 AM
Re: There has been an error processing your request
1. Find out what the exact problems, for this you need to enable printing errors.
1.1 use this command at the root of the project -> find . -type f -name local.xml.sample
1.2 you will find a file named local.xml.sample. Rename this file to local.xml
2. And clear cache using the command at the root of the project -> rm -rf var/cache/*
Now it will be simpler to resolve with the error displaying on the page.
- « Previous
- Next »