magento modules duplicated into include/src -


i've build custom module at

magentoroot/app/code/local/custommodule/catalog/model/product.php

that extends "on save" event products , categories. worked fine until i've noticed update made file not firing longer. after debugging found out file has been duplicated at

magentoroot/includes/src/custommodule_catalog_model/product.php

it seems in folder path

magentoroot/includes/src

there duplicated other modules/extensions since there 7k files present. @ point team (including me) has enabled magento feature, or extension has updated magento's ways , want revert back. has ever encountered issue or knows how rid of this?

note: i'm not 1 working on project, assume don't know answer to: have installed/activated.

someone team has enabled compilation in magento.

this tutorial covers issue:

if accidentally enabled compilation, or if actively using compilation instead of apc cache , need disable compilation perform upgrade, install or remove extension etc, need disable again.

navigate system > tools > compilation page , click on disable button
navigate system > cache management screen , use flush cache button.

you can find more solutions searching same topic on web.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -