Page 1 of 1

Product Page Error???

Posted: Sun Jul 08, 2012 12:15 am
by lenl
New to the forum...and Open Cart.

I am getting the following error message on a product page:
PHP Warning: DOMDocument::loadHTML() [<a href='domdocument.loadhtml'>domdocument.loadhtml</a>]: htmlParseEntityRef: no name in Entity, line: 1 in /home/coastb6/public_html/shop/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 323


Here is line 323:
$dom->loadHTML('<div>'.$xdescription.'</div>');

Anyone with an idea where the error is?

Thanks in advance.

Re: Product Page Error???

Posted: Sun Jul 08, 2012 4:27 pm
by inactiveaccount9912
one of your vqmods has some problems, so check each vqmod, and disable the ones that modify the product controller until you see which one causes the problem.

Re: Product Page Error???

Posted: Sun Jul 08, 2012 9:16 pm
by lenl
Thanks for the help florinsith, autolinks was the culprit.