VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: dosagy on January 05, 2014, 18:34:01 PM

Title: Product review problem
Post by: dosagy on January 05, 2014, 18:34:01 PM
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!
Title: Re: Product review problem
Post by: jenkinhill on January 05, 2014, 18:39:08 PM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Product review problem
Post by: dosagy on January 05, 2014, 18:41:17 PM
Thanks.

I use VM 2.0.26a and Joomla! 2.5.17 Stable version.
PHP is 5.3.21
Title: Re: Product review problem
Post by: maks_ark on January 09, 2014, 21:57:58 PM
The same problem
VM 2.0.26b, Joomla 2.5.17, PHP 5.3
Title: Re: Product review problem
Post by: marsipulami on January 26, 2014, 11:53:23 AM
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
Title: Re: Product review problem
Post by: hurryen on February 15, 2014, 21:21:43 PM
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.
Title: Re: Product review problem
Post by: Jazajay on February 17, 2014, 00:28:25 AM
Hi marsipulami
Go to Joomla > Global configuration > server > change error reporting to simple.

Then follow the process again and see what error you get. :)
Title: Re: Product review problem
Post by: Dudebaker on March 11, 2014, 10:25:27 AM
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');
Title: Re: Product review problem
Post by: bombayx on April 05, 2014, 20:09:20 PM
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.