Hello,
Each time I log in to the Magento2 Dashboard, I receive the following error message.
The error message: A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.
Please advise
Regard
Solved! Go to Solution.
Many Thanks @Ankit Jasani for continuous support. The error message disappeared after my last system update. It seems the PHP was the reason.
Hi @hossammaghbcbe ,
This is a generic admin error, typically shown when there is an internal exception, such as a PHP error, memory related issue, module conflict, or database issue.
You can check var/log/system.log OR var/log/exception.log to get some insights about that issue and based on that take necessary action.
Problem Solved? Accept as Solution!
Thanks
The fastest way is to remove the current version and re-install. It's how I apply to fix almost all of issues. lol. Candy Clicker
How can I search for this error in var/log/system.log OR var/log/exception.log?
Hi @hossammaghbcbe ,
You need to rename those files using random names.
Once you see the notification error, reload the admin panel. Then, check the available content files to get insights into the issue. Based on your findings, you can determine and apply the appropriate solution.
Many Thanks @Ankit Jasani for continuous support. The error message disappeared after my last system update. It seems the PHP was the reason.