VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: emedina on March 12, 2016, 13:40:18 PM

Title: Virtuemart 3.1
Post by: emedina on March 12, 2016, 13:40:18 PM
Sorry, but i have't seen another post about 3.1 and I decided to create one.

Trying vm 3.1 and first bug, debug is always on.

Thanks
Title: Re: Virtuemart 3.1
Post by: emedina on March 12, 2016, 13:51:57 PM
Maybe this is the problem

/administrator/helperes/config.php

line 589

$debug = 'all';   //this is only needed, when you want to debug THIS file

$debug is overwriten and is always 'all'.

Commenting this line debug turns off, but it's imposible to turn it on again
Title: Re: Virtuemart 3.1
Post by: jenkinhill on March 12, 2016, 14:11:38 PM
It is is development version so debug will be on by default.
Title: Re: Virtuemart 3.1
Post by: Milbo on March 13, 2016, 10:41:37 AM
Using vmdebug before the config is loaded disables always the vmdebug. For debugging the config file, it is uncommented.
Title: Re: Virtuemart 3.1
Post by: emedina on March 13, 2016, 13:51:38 PM
ok. Should it works on fresh installs or update installs?
Title: Re: Virtuemart 3.1
Post by: Milbo on March 14, 2016, 01:49:37 AM
Both, but the extensions may make problems