Array to string conversion in ...product.php on line 2206

Started by kmeyer, September 21, 2014, 23:26:49 PM

Previous topic - Next topic

kmeyer

Hi, I've installed a rudimentary shop on Joomla 3.3.3 with VM 2.9.9b using localhost, when I browse my category list of a couple items on the front end, this error appears above the Category description:

Notice: Array to string conversion in C:\xampp\htdocs\exp33\administrator\components\com_virtuemart\models\product.php on line 2206

The offending bit of code is
$fieldLink = 'index.php' . $fieldLink;
which appears immediately after
$fieldLink[0] = "?";

Any help much appreciated.





LorenzoPi

Hi! this is the same thing it happen to me today! i posted the solution here: http://forum.virtuemart.net/index.php?topic=125831.0

It is the post before your ahah  :D

You must change all lines that i wrote there!  ;)

kmeyer

Thank you! Your line #s and Milbo's patch solved the issue.