after installation getting error

getting error after installation
i have successfully run the commands ” php -f bin/magento module:enable -c Ubertheme_Ubdatamigration ” and ” php -f bin/magento setup:upgrade ” then i cleared the cache after that i cannot able to login through magento backend.
getting error”An error has happened during application run. See exception log for details. Could not write error message to log. Please use developer mode to see the message.”

1 answer

Profile photo of Mall Staff 184060.00 $tone May 15, 2018
Public

Hi there,

after that i cannot able to login through magento backend.
getting error”An error has happened during application run. See exception log for details. Could not write error message to log. Please use developer mode to see the message.”

Seem you got issue with folders/files permission. Let open your ssh terminal and go to magento2 folder and run below commands:
find . -type d -exec chmod 755 {} +;
find . -type f -exec chmod 644 {} +;
And then, tell me know how it goes.
Regards,
Mall.

#1

Please login or Register to Submit Answer

Written By

Comments