OPC2 on Joomla 1.5

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

OPC2 on Joomla 1.5

Postby admin » Sun May 13, 2012 8:15 pm

One Page Checkout 2 installer under Joomla 1.5 fixes a fatal error in Virtuemart 2.0.x (incl. 2.0.6) versions in /components/com_virtuemart/virtuemart.php as follows:

line:
Code: Select all
$dispatcher->trigger('onVmSiteController', $_controller);


is replaced by proper syntax:

Code: Select all
$dispatcher->trigger('onVmSiteController', array($_controller ));


If virtuemart.php is not writable upon installation and you are running Joomla 1.5, you can now patch the file by making the virtuemart.php writable and enter the OPC backend administration.

Best Regards,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Return to One Page Checkout for Virtuemart 2