Magento event observer not working on some machines
问题 I cannot seem to figure out why my event observer works from my machine (and another coworkers) but not from other machines in the office. For example, I have an observer that listens for the event: controller_action_postdispatch_adminhtml_process_reindexProcess My code detects the event and runs some code. When I run the re-index process, my code executes. When certain other machines here in the office run the re-index, either the event is not fired, or my observer isn't detecting it. Why