For some reason after I updated Joomla from 1.1 to 1.5, then vituemart plugin stopped working. When I try to add an item to the cart it just does nothing (hangs, or white page or reloads). I tried downloading and installing 2.0.24c but then it spit out this error:
[04-Dec-2013 20:02:17] PHP Warning: include(PAGEPATHshop.basket_short.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home2/****/public_html/modules/mod_virtuemart_cart/mod_virtuemart_cart.php on line 67
[04-Dec-2013 20:02:17] PHP Warning: include(PAGEPATHshop.basket_short.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home2/****/public_html/modules/mod_virtuemart_cart/mod_virtuemart_cart.php on line 67
[04-Dec-2013 20:02:17] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'PAGEPATHshop.basket_short.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/****/public_html/modules/mod_virtuemart_cart/mod_virtuemart_cart.php on line 67
[04-Dec-2013 20:02:17] PHP Fatal error: Call to undefined function vmisjoomla() in /home2/****/public_html/modules/mod_virtuemart_login/mod_virtuemart_login.php on line 32
Would someone please provide some direction here for me? Just trying to upgrade virtuemart from version 1.1.0 to a version that works with Joomla 1.5, not sure what the best way of doing this might be.
Thanks!
VirtueMart 2.0.24c does not work with Joomla 1.5 - you need Joomla 2.5.16 for that. You could possibly use a VM version up to about 2.0.20b with J1.5 - but all earlier versions before 2.0.22c have known critical security problems and some sites have been hacked.
The PHP warnings can be stopped by lowering the level of error reporting in php.ini
Quote from: jenkinhill on December 05, 2013, 10:39:00 AM
VirtueMart 2.0.24c does not work with Joomla 1.5 - you need Joomla 2.5.16 for that. You could possibly use a VM version up to about 2.0.20b with J1.5 - but all earlier versions before 2.0.22c have known critical security problems and some sites have been hacked.
Thank you for the direct answer. Much appreciated. :)