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:48:54 pm
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  RSgallery2 bugs & problems (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  Gallery display problem
Advanced search
  « previous next »
Pages 1 2 3 4
Author
Topic: Gallery display problem  (Read 35647 times)
Reply #45
« on: September 07, 2007, 07:36:32 pm »
Jonathan Offline
Dev Team
Jr. Member
*
Posts: 70



yes you can change the group of the file or the owner(do not suggest, just incase you want to upgrade), to a group that you apart of, or if you are comfortable with using VI, pico, or nano you can edit the document directly with sudo

Good Luck
Logged
 
Reply #46
« on: December 19, 2007, 07:59:07 pm »
Maksin Offline
Newbie
*
Believe in Open Source Posts: 12

WWW

Same problem has happened to me.
Only I was getting the error for docman component and rsitems 1.4.2 alpha module, when using together.

Solution founded in file administrator/components/com_docman/contrib/pear/HTML_Select.php file.
Just delete 3 lines in file:
Code:
//only load if it hasn't already been loaded
if(!class_exists( "PEAR")) {
require_once dirname(__FILE__) . '/PEAR.php';
}

require_once dirname(__FILE__) . '/HTML_Common.php';


New code:
Code:
//only load if it hasn't already been loaded

require_once dirname(__FILE__) . '/HTML_Common.php';


It works, without a problems.
But it only works with rsgallery2_1.13.2-alpha.

With new version of gallery, even [SVN] the docman and rsitems 1.4.2 alpha module would not work at all.

Cheers  Smiley
Logged

Believe in Open Source. - www.maksin.ms
 
Reply #47
« on: December 20, 2007, 04:05:35 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1414



Probably another namespace collision.  The 1.14 series contains the J15Backport project which will conflict with any other component that has backported classes from J1.5.  We have wrapped the most common collision classes with if class_exists but I'm sure there are many more.
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.
 
Print  Pages 1 2 3 4
« previous next »
Jump to: