Magento events are not firing -


i have weird situation. trying hook on sales_order_save_after event won't work. debug doing mage::log() in mage.php see events firing. suprirsing, printing resource_get_tablename , core_collection_abstract_load_before few times (24 lines altogether) , nothing else. make more confusing, when save product (by going manage products) prints big list of events (as expected). idea how debug this? want send email out on sales_order_save_after event.

just confirm, have logging enable under system->configuration->developer->logging


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -