Am 02.05.2013 10:02, schrieb Tim Aniol:
Hi List,

does anybody know how to deactivate and empty modules installed/activated on a EE 5.x and all it's subshops on the database? I've got an SQL snippet to empty the aModules array in the oxconfig table, but I think that isn't 100% compatible with the 5.0. The shop admin acts a little weird after that ;)

Hi Tim,

try this:

delete from oxconfig where oxvarname like '%module%';

_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to