PDA

View Full Version : Magento's admin panel error



markcollins894
08-23-2016, 12:47 PM
Hello,

404 error appears in magneto when entering into it's admin panel.

Please help me to solve above mention issue. Easy and effective solution are always welcome.

Thank you in advance.

Fli
08-29-2016, 07:03 PM
404 means file not found. Re-upload original Magento files to your hosting account and do not overwrite existing ones. Backup all files before doing so.

davidjones12998
09-01-2016, 01:36 PM
Hi,

I was facing the same problem, I also tried to resolve this by myself but unable to do so. However, this company MSP IT Concepts (www.mspconcepts.com) resolved this for me. They have excellent Magento development team which helped me fix this and many other bugs in my magento website. you may want to get in touch with [email protected] I'm sure they would be able to help. They are professionals & quick to provide accurate solution for your web development projects.

Thanks

kumkum
08-28-2020, 02:03 PM
Hi,
I also faced same error and tried to resolve at my end and here are some steps which help me to resolved this error.
You have follow below steps :
STEP 1 – Clearing Magento Cache:
STEP 2 – Inconsistencies related to the database should be examined and solved properly:
STEP 3 – Proper care should be taken while customizing the platform:

You can also check this link for detailed information: https://hoststud.com/resources/how-to-fix-404-error-on-magento-admin-url.653/

johnmack
10-18-2021, 11:04 AM
Thanks for sharing..very nice information..

Rex_M
09-01-2022, 10:49 AM
Hello,

404 error appears in magneto when entering into it's admin panel.

Please help me to solve above mention issue. Easy and effective solution are always welcome.

Thank you in advance.


Hello markcollins894,

You need to run the compilation command from SSH, and you will have to access from your server and run the compilation command.

Run from your magento root,
php bin/magento setup:di:compile
You can clear the cache from the Backend panel, But your backend panel is not working, so you have only one way to remove the cache using the below command.
php bin/magento cache:flush

Check the admin URL from the env.php file:

It could be that you mistyped your admin URL. To ensure the admin URL is correct, navigate to [..]/app/etc/ and open the env.php file.

- return array (
- 'backend' =>
- array (
- 'frontName' => 'admin_q76xvk',
- ),

Delete cache/var folder:

- Delete var/cache folder
- Go to your Magento 2 database and run the following SQL query:
- Navigate to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0.

Then enter the below URL in your browser to access your Magento Admin,
https://your_magent_base_url/index.php/your_admin_url/

I hope the information or fix above helps you to resolve your Magento admin panel error.

----------------------
Regards,
Rex M