Hey,
when somebody tries to leave a new product review he gets this message after hitting submit button:
Fatal error: Class 'shopFunctions' not found in /web/lamberiahaz/webshop.artporta.hu/components/com_virtuemart/helpers/shopfunctionsf.php on line 463
What is the problem?
Thanks!
http://forum.virtuemart.net/index.php?topic=79799.0
Thanks.
I use VM 2.0.26a and Joomla! 2.5.17 Stable version.
PHP is 5.3.21
The same problem
VM 2.0.26b, Joomla 2.5.17, PHP 5.3
Same Problem here with J. 2.0.26D Joomla 2.5.17 and PHP 5.4.20
Whey i hit the review submit button. I get only a white blank page.
Try to refresh, same thing ---> white blank page.
When i look at the review in Backend, it saved my review but in frontend the redirect to the product detail page doesn't work.
Any help? or ideas?
Best wishes
Marsipulami
Quote from: jenkinhill on January 05, 2014, 18:39:08 PM
http://forum.virtuemart.net/index.php?topic=79799.0
I have the same problem. At the same hosting I have two websites. And one website http://sotovik95.ru/ works well VirtueMart 2.0.26d and Joomla 2.5.18.
and another website http://velo95.ru/ show the exact same error when publishing reviews VirtueMart 2.0.26d and Joomla 2.5.18.
Hi marsipulami
Go to Joomla > Global configuration > server > change error reporting to simple.
Then follow the process again and see what error you get. :)
Bugfix VM 2.0.26d:
File: components/com_virtuemart/helpers/shopfunctionsf.php
Add this line in row 451:
if(!class_exists( 'ShopFunctions' )) require(JPATH_COMPONENT_ADMINISTRATOR.DS.'helpers'.DS.'shopfunctions.php');
This doesn't help out, after fixing the bug I receive another error:
Fatal error: Class 'shopFunctions' not found in /www/p/e/u40649/public_html/components/com_virtuemart/helpers/shopfunctionsf.php on line 925
What now? Thanks.