/public_html/plugins/system/ariquizreloader/ariquizreloader.php on line 28
IT only shows that error when in virtuemart area of the site. Does no occur in any other part of my site.
Can any one help?
and what is on line 28?
$mainframe = JFactory::getApplication();
Line28>> $document =& JFactory::getDocument();
$doctype = $document->getType();
if ($mainframe->isAdmin() || $doctype !== 'html') return ;
if your on J3 ( u give no versions) the & shouldn't be thre but that will only give a strict stds. warning
$document = JFactory::getDocument();
HI GJC Web Design
I have joomla 2.5
HI GJC Web Design
That worked. Thank you . I spent hours tryng to figure that out.