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.
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.
if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) { Mage::setIsDeveloperMode(true); #ini_set(’display_errors’, 1); }
#ini_set(’display_errors’, 1);