cancel
Showing results for 
Search instead for 
Did you mean: 

can no longer add , hide or delete products...

can no longer add , hide or delete products...

AudioBuy.com.au is one of our Magento sites , it functions correctly except for admin. In admin we can no longer add or delete products - it loads forever and then causes search to stop working. A server restart is then required.

 

2 REPLIES 2

Re: can no longer add , hide or delete products...

Hey there. 

 

This is too general to answer on its own. A developer would need to examine server settings, the database, core code, and possible 3rd party extensions in order to answer this.

-Kris
4x Certified, Blogger @ xgento.com

Re: can no longer add , hide or delete products...

Hi, The issue might be due to some old cache on your system. You can try refreshing cache and indexing. If the issue still persists then you can enable developer mode and turn on logging to have a better look into the issue. You can enable you developer mode by making changes into index.php(It is in root directory of magento) file. Look for following code
 
if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
    Mage::setIsDeveloperMode(true);
    #ini_set(’display_errors’, 1);
}
 
Remove #  from 
 
 #ini_set(’display_errors’, 1);
 
You can enable logging from here
 
 System > Configuration > Advanced > Developer > Log Settings > Enabled => Yes