-
AuthorPosts
-
May 30, 2008 at 4:19 pm #129095
URL:
http://www.goldensbridgestudio.com/index.php?option=com_rsgallery2&Itemid=75Joomla Version: Joomla! 1.0.13
RS Gallery2 appears to conflict with the template, perhaps the header image?
This error also happens on some other templates, for example RSGallery works on
mageia
drimiabut not on
edenite
fedoraThanks for you help
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 24, 2008 at 10:11 am #255784What is the specific error you get? by following hte link i get: You are not authorised to view this resource.
You need to login.June 24, 2008 at 12:33 pm #255815Fatal error: Call to undefined function: getcfg() in /home/.enchantra/nibiri/goldensbridgestudio.com/components/com_rsgallery2/lib/j15backport/includes/application.php on line 354
You can try the link now, however I will have to disable it within the next 24 hours;
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 25, 2008 at 8:24 am #256044Hi
You can edit Base.class.php(templatesja_edeniteja_menus folder) , search those lines:
function loadMenu(){
if(defined( '_JEXEC' )) $this->loadMenu_15();
else $this->loadMenu_10x();
}function createParameterObject($param, $path='', $type='menu') {
if(defined( '_JEXEC' )) return new JParameter($param, $path);
else return new mosParameters($param, $path, $type);
}function getPageTitle ($params) {
if(defined( '_JEXEC' )) return $params->get ('page_title');
else return $params->get ('header');
}
Change tofunction loadMenu(){
//if(defined( '_JEXEC' )) $this->loadMenu_15();
//else
$this->loadMenu_10x();
}function createParameterObject($param, $path='', $type='menu') {
//if(defined( '_JEXEC' )) return new JParameter($param, $path);
//else
return new mosParameters($param, $path, $type);
}function getPageTitle ($params) {
//if(defined( '_JEXEC' )) return $params->get ('page_title');
//else
return $params->get ('header');
}1 user says Thank You to Sherlock for this useful post
June 25, 2008 at 1:21 pm #256114Hi –
Thanks for posting that fix; the gallery works now!
Thank You!Any idea how to fix the issue with not being able to edit or save articles from the front end? The editor doesn’t seem to load, and the javascript ‘save’ and ‘apply_new’ buttons are dead; this problem affects both the regular joomla editor, and the editor in ProjectFork ;
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by marcwolf 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum