I am currently working with joomla and finding it very anoying I had a problem with the back end so had to reinstall it I backed up my theme but when I went to put it back in and use it I got this error Fatal error: Call to undefined method stdClass::replaceMootools() in /mounted-storage/....../mysite/joomla/templates/my_template/config.php on line 54 I have been asked to move the theme from version 1.5 to 2.5 and its causing me nothing but difficulty line 54 is this $template->replaceMootools(); and some other lines around it include // set mootools javascript lib if ($this->params->get('load_mootools')) { $template->replaceMootools(); } any ideas what the problem is
maybe the mootools you have from template 1.5 is not compatible in 2.5 I suggest to disable that part and use the mootools of joomla. since joomla have default mootools.