cancel
Showing results for 
Search instead for 
Did you mean: 

404 Error on magento admin on some pages

404 Error on magento admin on some pages

Hi Everyone,

 

I am getting 404 page not found on some pages of admin panel like product page, design configuration , bundle product , etc. My frontend is working fine but backend magento admin is messed up in some pages. 

Below are snapshot for same.

catalog.PNGdesign.PNG

 

I have flushed cache several time, deployed and updated using command. But nothing is working. Please help.

2 REPLIES 2

Re: 404 Error on magento admin on some pages

Hello tjain90,

 

Your best bet would be to check your Magento System Log (var/log/system.log) and see what errors show there. You can also paste the errors here and one of us should be able to assist further.

 

 

Cheers!

Leslie

Leslie B.
Aspiration Hosting - Magento 1 & 2 Optimized Cloud Hosting
Problem solved? Click Accept as Solution!

Re: 404 Error on magento admin on some pages

Please make sure you have following 

 

1. Deploy mode is set to developer

2. All cache is disabled 

 

Then in index.php located in the root folder put following 2 lines

This will help to understand any php error are there 

 

 

ini_set("display_errors","on");
error_reporting(E_ALL);

 

Suman Kar(suman.jis@gmail.com) Magento Certified Developer Plus Skype: sumanphptech Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.