-
AuthorPosts
-
May 13, 2008 at 9:52 pm #128512
I just installed Joomla-Tags from Phil Taylor, and now when I try and load the main page of my site, I get this:
Fatal error: Class ‘mosParameters’ not found in /PATH/public_html/templates/ja_barite/ja_menus/Base.class.php on line 29
It is only with the JA Barite Template though, JA Hedera works fine when viewed from the front. Can you help me with this?
Thanks!
kallan Friendkallan
- Join date:
- August 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 22
- Thanked:
- 35 times in 1 posts
May 14, 2008 at 2:19 am #249031You’re probably best to ask this question in Phil-Taylor’s forum. http://www.phil-taylor.com/
Try un publishing any plugins that got installed with this component because sometimes the clash.
Good luck
KallanMay 14, 2008 at 3:43 am #249038I have uninstalled the plugin, and I have contacted Phil. I think the only way I will be able to get this template working again is to re-install Joomla from scratch.
Though, I wanted to see if it is possible to merge these two templates together… I will ask this in the appropriate forum though.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 14, 2008 at 4:45 pm #249123Hi.
If you use joomla 1.0.
plz edit Base.class.php(templatesja_bariteja_menus)
Search function loadMenu(), replace this funstion by
<blockquote>function loadMenu(){
$this->loadMenu_10x();
}</blockquote>Search function createParameterObject($param, $path=”, $type=’menu’), replace that function by :
<blockquote>function createParameterObject($param, $path=”, $type=’menu’){
return new mosParameters($param, $path, $type);
}</blockquote>May 14, 2008 at 4:54 pm #249127Hi, sorry, I am running joomla v 1.5.3
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 14, 2008 at 4:58 pm #249128Hi.
Still edit Base.class.php
Search those lines:
<blockquote>function loadMenu(){
if(defined( ‘_VALID_MOS’ )) $this->loadMenu_10x();
else $this->loadMenu_15();
}function createParameterObject($param, $path=”, $type=’menu’) {
if(defined( ‘_VALID_MOS’ )) return new mosParameters($param, $path, $type);
else return new JParameter($param, $path);
}</blockquote>
Change to:
<blockquote>function loadMenu(){
$this->loadMenu_15();
}function createParameterObject($param, $path=”, $type=’menu’) {
return new JParameter($param, $path);
}</blockquote>1 user says Thank You to Sherlock for this useful post
May 14, 2008 at 5:08 pm #249132THANK YOU!!! It is now working again!
Greatly appreciated.
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by kraymitchell 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum