I copied a working magento website and database to another server. I changed the URLs and imported new prices.
Now when I try to edit a product or a page I get the error message Attention
Something went wrong.
I'm getting no other errors in/var/report or /var/log
I have enabled error reporting and turned on developer mode.
I tried disabling the review module using the force option, that made no difference.
Any idea what is wrong or how I can find the error?
Magento ver. 2.1.8
PHP Version 7.0.26
Give full permissions to var folder.
Run below command,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:flush
Clear browser cache.
I tried that but no luck
I set the var and report folders to 777 and still no error message
Does anyone know how I can get the actual error message instead of just Something Went Wrong?
I think, you should go to System>>Cache Management>> flush Magento cache...If you have installed the magento in local host..
In my case, it was permissions on the Notifications Resources, just give appropriate Resources to admin user.