News:

Support the VirtueMart project and become a member

Main Menu

SOLVED after installing i get this error related to ARI quiz

Started by Cosmicglenn, February 08, 2016, 22:52:43 PM

Previous topic - Next topic

Cosmicglenn

/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?
Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Cosmicglenn

      $mainframe = JFactory::getApplication();
      
Line28>>   $document =& JFactory::getDocument();
      $doctype = $document->getType();

      if ($mainframe->isAdmin() || $doctype !== 'html') return ;
Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.

GJC Web Design

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();
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Cosmicglenn

Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.

Cosmicglenn

HI GJC Web Design

That worked. Thank you . I spent hours tryng  to figure that out.
Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.