Hello,

im not sure if this could cause a problem, but sUtilModule expects a string
and not an array.
Perhaps you have to clear its value again.


greetings,
Marat


2013/5/2 Tim Aniol <[email protected]>

> Hi Robin,
>
> thanks for the hint! Your SQL statement doesn't work because you need an
> empty array instead of null. I've modified my SQL snippet with the LIKE
> clause.
>
> UPDATE oxconfig SET oxvarvalue = 0x4dbaeb2d768d WHERE oxvarname LIKE
> '%module%';
>
> that seems to work fine.
>
> regards
> Tim
>
>
>
> Mit freundlichen Grüßen
>
> Tim Aniol
> Softwareentwickler
>
> ***************************************
> shoptimax GmbH
> Guntherstraße 45a
> 90461 Nürnberg
> Tel    (09 11) 2 55 66 - 10
> Fax    (09 11) 2 55 66 - 29
> eMail  [email protected]
> Web    www.shoptimax.de
> ***************************************
> Geschäftsführung: Friedrich Schreieck
> Ust.-IdNr.: DE 814340642
> Amtsgericht Nürnberg HRB 21703
>
> Am 02.05.2013 10:11, schrieb Robin Lehrmann:
>
>  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].**org <[email protected]>
>> http://dir.gmane.org/gmane.**comp.php.oxid.general<http://dir.gmane.org/gmane.comp.php.oxid.general>
>>
>>
>
> ______________________________**_________________
> dev-general mailing list
> [email protected].**org <[email protected]>
> http://dir.gmane.org/gmane.**comp.php.oxid.general<http://dir.gmane.org/gmane.comp.php.oxid.general>
>
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to