VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: collinskcs on September 25, 2012, 18:11:43 PM

Title: "call for price" shows error message after clicking on "product details"
Post by: collinskcs on September 25, 2012, 18:11:43 PM

Hi,

I use:
VirtueMart 2.0.10,
Joomla 2.5.6
PHP 5.3.5

I just added my first "Call for price" product. The product item shows up in the product summary page, but when the product detail is clicked on, it loads the product detail page with some ugly looking error messages. Please see attached screenshot.



[attachment cleanup by admin]
Title: Re: "call for price" shows error message after clicking on "product details"
Post by: bytelord on September 25, 2012, 20:18:29 PM
Hello,

In PHP 5.3.x warning messages and notifications are turned on by default, so you could go to your Joomla Global Configuration->Server->Server Settings->Error Reporting

You could try to change that messages to "simple".

Post back your results.

Regards
Title: Re: "call for price" shows error message after clicking on "product details"
Post by: collinskcs on September 25, 2012, 21:44:18 PM
It worked like magic.
thanks!!!