hello all,
I have installed JA Highslide. It works fine on the main page, but clicking over to any page connecting from the main menu produces this error:
Fatal error: Cannot : plgcontentja_highslide in /home/mywebsite/public_html/joom/modules/mod_jahighslide/helper.php on line 19
on the helper.php page this is how the function reads:
function getSlide($params, $mod) {
global $_MAMBOTS;
$code = ”;
$res = null;
static $cnt = 0;
$row = new stdClass();
$row->text = $params->get(‘hscode’, ”);
$pparams = new mosParameters(”);
//$arr = $_MAMBOTS->trigger(‘onPrepareContent’, array(1, $row, $pparams, 0));
$obj = new plgContentJA_highslide(); //line 19
$arr = $obj->PrepareContent($row, $pparams, 0,false);
// $_MAMBOTS->loadBotGroup( ‘content’ );
// $arr = $_MAMBOTS->trigger(‘onPrepareContent’, array (& $row, & $pparams, 0), true);
//print_r ($row);
return $arr;
i have followed the suggestions in the thread titled: Error message on site with Teline template and looked at many others over the past couple of days.
The main page of the website can be viewed here WEBSITE. The problem page can be viewed here: PROBLEM. Scroll down midway the page left.
I am running version Joomla! 1.0.15
i don’t recall making modifications to this template. :confused:
any suggestions are appreciated.