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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -