RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 03, 2008, 11:14:52 pm
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  RSgallery2 bugs & problems (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  [NOT A BUG]Fatal error: Class rsgaccess:
Advanced search
  « previous next »
Pages 1 2
Author
Topic: [NOT A BUG]Fatal error: Class rsgaccess:  (Read 7877 times)
Reply #15
« on: January 21, 2008, 05:24:54 am »
john Offline
Dev Team
Sr. Member
*
Posts: 482



ok.

so some component in your J! installation is setting the _JEXEC constant making RSGallery believe it is running in a J1.5 environment and thus not loading the necessary files (JObject, etc.).

what components do you have installed apart of RSGallery ?

john
Logged
 
Reply #16
« on: January 21, 2008, 05:27:11 am »
jazzking2001 Offline
Newbie
*
Posts: 16



1 sec i will get them in a sec
Logged
 
Reply #17
« on: January 21, 2008, 05:31:34 am »
jazzking2001 Offline
Newbie
*
Posts: 16



they are

 !JoomlaComment
 Community Builder
 Mass content
 CB Contacts *removed*
« Last Edit: January 21, 2008, 05:37:47 am by jazzking2001 » Logged
 
Reply #18
« on: January 21, 2008, 05:54:42 am »
john Offline
Dev Team
Sr. Member
*
Posts: 482



 Smiley

do you have the possibility to remove one component after the other until rsgallery works ? That would make the search much easier.

maybe on a copy of your joomla installation so it does not affect your live site.

john
Logged
 
Reply #19
« on: January 21, 2008, 06:03:18 am »
jazzking2001 Offline
Newbie
*
Posts: 16



let me look
1 sec
Logged
 
Reply #20
« on: January 21, 2008, 06:14:16 am »
jazzking2001 Offline
Newbie
*
Posts: 16



joomlacomment i uninstalled and still cant use it
Logged
 
Reply #21
« on: January 21, 2008, 06:17:21 am »
jazzking2001 Offline
Newbie
*
Posts: 16



it may be Community Builder
but i CAN NOT uninstall it
i am using it 2 intergrate my site and forum
i will try 2 uninstall mass content
Logged
 
Reply #22
« on: January 21, 2008, 06:24:21 am »
jazzking2001 Offline
Newbie
*
Posts: 16



Mass Content is not the issue
Logged
 
Reply #23
« on: January 22, 2008, 07:28:42 am »
jazzking2001 Offline
Newbie
*
Posts: 16



well u can use the gallery's backend
just not the front end
are there diff gallery files for joomla 1 and 1.5?
Logged
 
Reply #24
« on: February 25, 2008, 03:31:44 pm »
Trevor Harwood Offline
Newbie
*
Posts: 1

WWW

bump

I am getting the same error on my gallery as well.  I have the latest build of rsgallery on joomla 1.013.
Logged
 
Reply #25
« on: February 25, 2008, 05:34:43 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1414



FYI: Moving to Joomla! 1.5 will also solve this issue.

@jazzking2001: You should use the same component installer (currently 1.14.3) for both J1.0 and J1.5
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #26
« on: April 16, 2008, 02:24:12 pm »
crushgirls Offline
Newbie
*
Posts: 1



I'm getting the same error, and I still haven't found a satisfactory answer through this forum.  Has there been a resolution to this at all?
Logged
 
Reply #27
« on: April 21, 2008, 11:08:49 am »
antonio sequeira Offline
Newbie
*
Posts: 1



to sholve this you sould comment the if on file

lib/j15backport/j15backport.php


see below

//if( !defined( '_JEXEC' )){   <----- here<----- here<----- here
        // indicate we are emulating Joomla 1.5
        define( 'J15B_EXEC', 1 );
        define( 'J15B_PATH', dirname( __FILE__ ) );

        // setup a Joomla 1.5 environment
        define( '_JEXEC', 1 );
        define ('DS', DIRECTORY_SEPARATOR);
        define( 'JPATH_BASE', $mosConfig_absolute_path );
        define( 'JPATH_ROOT', JPATH_BASE );
        define( 'JPATH_SITE', JPATH_BASE );

        // these next two are not implemented, but the constants are expected, so we'll define them
        define( 'JPATH_INSTALLATION', JPATH_BASE );
        define( 'JPATH_XMLRPC', JPATH_BASE );

        define( 'JPATH_ADMINISTRATOR', JPATH_SITE .DS. 'administrator' );
        define( 'JPATH_LIBRARIES', J15B_PATH . DS . 'libraries' );
        define( 'JPATH_THEMES', JPATH_ROOT . DS . 'templates' );
//}  <----- here<----- here<----- here<----- here

the problem is that rsgalllery thinks that's running version 1.5
Logged
 
Print  Pages 1 2
« previous next »
Jump to: