Hi, I am getting this message when trying to view a created form on the frontend:
Running Joomla 1.5 with the latest ChronoEngine 1.5 download. Any help would be much appreciated!
Fatal error: Class 'JApplicationHelper' not found in /var/www/components/com_chronocontact/chronocontact.php on line 18
Running Joomla 1.5 with the latest ChronoEngine 1.5 download. Any help would be much appreciated!
Hi,
Joomla has changed code alittle, please put this line :
above :
In Chronocontact.php
Thanks!
Max
Joomla has changed code alittle, please put this line :
jimport('joomla.application.helper');
above :
require_once( JApplicationHelper::getPath( 'front_html' ) );
In Chronocontact.php
Thanks!
Max
This topic is locked and no more replies can be posted.