-
AuthorPosts
-
April 12, 2008 at 9:34 pm #127506
Installation of components RSGALLERY and ACAJOOM NEWSLETTER is OK.
I use this component in mai_menu like a component, but when i click on this link …When use ACAJOOM error is:
Fatal error: Class ‘JParameter’ not found in /www.agebi.it/templates/ja_edenite/ja_menus/Base.class.php on line 28
When use RSGALLEY error is
Fatal error: Call to undefined method JA_Moomenu::getCfg() in http://www.agebi.it/components/com_rsgallery2/lib/j15backport/includes/application.php on line 354
I don’t undestand why????
If i use another template (for example default template of joomla – rhuk_solarflare_ii) there is not error.Can you help me????
PLEASE HELP ME!!! THANKS!!!!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 13, 2008 at 5:35 am #245308can you provide what version do you use of each component?
April 13, 2008 at 7:22 am #245309Acajoom PRO – version 1.3.0
Rs Gallery 2 – version 1.14.3 (SVN 649)
Help me please. Thanks
April 13, 2008 at 9:52 am #245317help me please. it’s a ja edenite template problem :confused: :confused: :confused: :confused:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 13, 2008 at 5:16 pm #245336plz open Base.class.php.
search those lines(~28):
function createParameterObject($param, $path='', $type='menu') {
if(defined( '_JEXEC' )) return new JParameter($param, $path);
else return new mosParameters($param, $path, $type);
}
Change to
function createParameterObject($param, $path='', $type='menu') {
return new mosParameters($param, $path, $type);
}
And search those lines(~21)
function loadMenu(){
if(defined( '_JEXEC' )) $this->loadMenu_15();
else $this->loadMenu_10x();
}
Change to
function loadMenu(){
$this->loadMenu_10x();
}1 user says Thank You to Sherlock for this useful post
April 14, 2008 at 7:21 pm #245483Before your replay i resolve to sostituite Base.class.php file of Ja edenite templates with another file Base.class.php from anotrher joomlart template and work without problems
Now i try your solution and say you if work correct.
Thanks very much (sorry for bad english)
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by lorenzo_redi 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum