VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: nzed on May 28, 2014, 15:12:22 PM

Title: VM 2.9.5 admin error - no save made in product order
Post by: nzed on May 28, 2014, 15:12:22 PM
I just updated today to VM2.9.5 on J3.2.3.
I wanted to change Default product sort order settings on page /administrator/index.php?option=com_virtuemart&view=config on Product Order Settings tab but after clicking on Save button it goes to /administrator/index.php with a blank page and no saving was made.
Title: Re: VM 2.9.5 admin error - no save made in product order
Post by: Milbo on June 02, 2014, 12:15:29 PM
Please enable vmdebug. Or take a look in the logs.
Title: Re: VM 2.9.5 admin error - no save made in product order
Post by: nzed on June 02, 2014, 15:16:02 PM
PHP Fatal error: require(): Failed opening required '.../components/com_virtuemart/helpers/shopfunctions.php' in .../administrator/components/com_virtuemart/helpers/shopfunctions.php on line 1283

Looking at line 1283 I've found this:
if(!class_exists('ShopFunctionsF')) require(JPATH_VM_SITE.DS.'helpers'.DS.'shopfunctions.php');
Title: Re: VM 2.9.5 admin error - no save made in product order
Post by: Milbo on June 02, 2014, 15:33:46 PM
yepp, found also another, similar error there.
Title: Re: VM 2.9.5 admin error - no save made in product order
Post by: nzed on June 03, 2014, 15:09:07 PM
Quote from: Milbo on June 02, 2014, 15:33:46 PM
yepp, found also another, similar error there.

Would you please send me the changes you have made to get over these and let me explore others - if there are any  ;) - before 2.9.6 comes out.
Thanks!
Title: Re: VM 2.9.5 admin error - no save made in product order
Post by: jenkinhill on June 03, 2014, 15:19:55 PM
2.9.6 was released yesterday.