Después de migrar el sitio web desarrollado en Magento y cargarlo nuevamente en un nuevo hosting, el Magento Panel de Control no se activa en el Magento/admin.
Carga correctamente el login pero las pestañas interiores del admin referidas a la configuración del sitio aparecen pasivas y no permiten su activación.
He seguido las correcciones publicadas en los Blog de Magento pero aun así, no logro la activación del Panel de Control.
Favor ayuda...
Hello @ricardo _ewertz
Did you run all the commands?
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
Hello @ricardo _ewertz
Possible Issues:
You may get an error message after installing a new extension, upgrading one or applying Magento 2 core or an extension patch. The solution is to flush the Magento 2 cache via the command line. Run the below commands for the solution:
php bin/magento cache:clean rm -rf var/cache/* rm -rf var/generation/* rm -rf generated/* (for magento 2.2.x)
php bin/magento deploy:mode:showIf the current application mode is production, run
<strong>php bin/magento deploy:mode:set production</strong>to set the mode once again and reset everything from the start.
php bin/magento info:adminuriThe permission role is not set correctly
Follow the below steps:
Backend not working when you upgrade or migrate your Magento
In this case, the ‘Not Found’ message is displayed on the frontend when you try to access a page.
One quick solution to the Magento 2 Backend not working is to run the below SQL query:
SET FOREIGN_KEY_CHECKS=0; UPDATE `store` SET store_id = 0 WHERE code='admin'; UPDATE `store_group` SET group_id = 0 WHERE name='Default'; UPDATE `store_website` SET website_id = 0 WHERE code='admin'; UPDATE `customer_group` SET customer_group_id = 0 WHERE customer_group_code='NOT LOGGED IN'; SET FOREIGN_KEY_CHECKS=1;
Hope it helps.
Need help... we do have access to the Magento Website but we have no access to de Magento Admin files.
It is blocked and nothing seems to work...
User and password are nor recongized and if we try to change the admin or user system doesnt allow us
Please help... it has been a nightmare and I need teh access to de Magento admin files
Iam still working on it but without success to recover the login access to the Magento Admin files.
It seems to be working ok but the user and password aren nos accepted and we get a message the account sign in was incorrect or you account is disabled temporarely...
Please help how to reset the sign in to the Magento admin