Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • marcwolf Friend
    #129095

    URL:
    http://www.goldensbridgestudio.com/index.php?option=com_rsgallery2&Itemid=75

    Joomla 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
    drimia

    but not on
    edenite
    fedora

    Thanks for you help

    Menalto Friend
    #255784

    What is the specific error you get? by following hte link i get: You are not authorised to view this resource.
    You need to login.

    marcwolf Friend
    #255815

    Fatal 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 Friend
    #256044

    Hi
    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 to

    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');
    }

    marcwolf Friend
    #256114

    Hi –
    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 ;

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  marcwolf 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum