cancel
Showing results for 
Search instead for 
Did you mean: 

cannot log into admin back office panel

SOLVED

cannot log into admin back office panel

As the website itself works as expected and the issue is connected with accessing Magento Admin dashboard, I would recommend you contact Magento Support
Please clarify with them which parameters should be fine-tuned in Plesk in case of a similar issue with 500 Internal Server Error, and provide me with their answer. I will assist you with applying the recommended steps

1 ACCEPTED SOLUTION

Accepted Solutions

Re: cannot log into admin back office panel

Hi @gloria_ lozinsk 

you can run the following commands to start fixing the problem:

rm -rf var/page_cache var/cache var/composer_home var/generation var/di var/view_preprocessed
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento indexer:clean

Give correct permissions to your directories:

All directories have 770 permissions.
770 permissions give full control (that is, read/write/execute) to the owner and to the group and no permissions to anyone else.
All files have 660 permissions.
660 permissions mean the owner and the group can read and write but other users have no permissions.

Try to run these commands in SSH and your permissions should be sorted:

 

Problem solved? Click Accept as Solution!

View solution in original post

1 REPLY 1

Re: cannot log into admin back office panel

Hi @gloria_ lozinsk 

you can run the following commands to start fixing the problem:

rm -rf var/page_cache var/cache var/composer_home var/generation var/di var/view_preprocessed
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento indexer:clean

Give correct permissions to your directories:

All directories have 770 permissions.
770 permissions give full control (that is, read/write/execute) to the owner and to the group and no permissions to anyone else.
All files have 660 permissions.
660 permissions mean the owner and the group can read and write but other users have no permissions.

Try to run these commands in SSH and your permissions should be sorted:

 

Problem solved? Click Accept as Solution!