Heatonjb
Heatonjb

Reputation: 59

Magento app/etc/modules/*.xml keep re-enabling themselves

After I updated the DB on my staging server with the production database I keep on getting some really mysterious behaviour. The site was working correctly after the db update. However, then at 3:49am in the morning a number of the modules xml files in

app/etc/modules

were changed. A number of modules which had been set to active = false. Are now active = true. I changed these back and as I was using the admin interface. The same thing happened again this morning.

Also I found a number of new blank xml files for I have never had in dev or production. These included

Mage_Usa.xml Mage_Rule.xml Mage_Rss.xml Mage_Poll.xml Mage_Paygate.xml    Mage_GoogleCheckout.xml Mage_Core.xml

Magento must be doing this for some reason. Which is really strange as I didn't know these xml files could be changed from the Magento app.

I'm on CE 1.7.0.

Has anyone else ever seen this? or know why this happens?

thanks

Upvotes: 1

Views: 122

Answers (1)

Elavarasan
Elavarasan

Reputation: 2669

There is no chance automatically change database values like above you have mentioned. Some one has changed the your database or may be cron job. Check your log file and cron job settings .

Upvotes: 1

Related Questions