Magento re-index issue with different computers

geoffreyapple

New Member
I have been stuck on this bizarre issue lately with re-indexing the Catalog Search Index.I have created a custom module that has an event observer that looks for the re-index process complete event and then runs some additional operations on the catalogsearch_index table in the database.When I run the index, everything works as planned. When certain other computers run the index process it simply ignores my extension as if the event is not called. Some other computers work and some do not. I have enabled the \[code\]ini_set('display_errors', 1);\[/code\]error line in the index.php file to see errors and there are none on my machine or theirs.What could possibly be causing this? All of the code is PHP and thus should be run server side. Why would the different computers change how my code follows the indexing process?Thank you in advance!EDIT: I have just found out that my code is not being executed at all on other machines. So apparently on the other machines my event observer is not observing and running my script. Why would this be? Thanks.
 
Back
Top