php - Magento system log 2015-07-14T14:48:34+00:00 ERR (3): Warning: Mage_Core_Model_App::dispatchEvent(): Node no longer exists -
we receiving following error on , on , filling system.log file: 2015-07-14t14:48:34+00:00 err (3): warning: mage_core_model_app::dispatchevent(): node no longer exists in /chroot/home/website/html/app/code/core/mage/core/model/app.php on line 1281
this line 1281 1287. how fix this? i'm sure means.
foreach ($eventconfig->observers->children() $obsname=>$obsconfig) { $observers[$obsname] = array( 'type' => (string)$obsconfig->type, 'model' => $obsconfig->class ? (string)$obsconfig->class : $obsconfig->getclassname(), 'method'=> (string)$obsconfig->method, 'args' => (array)$obsconfig->args, );
we have flushed cache, re indexed, re run , disable compiler.
Comments
Post a Comment