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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : November 22, 2008, 02:58:59 pm
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  Bug with edit image, gallery title link not working correctly, and watermark.
Advanced search
  « previous next »
Pages 1
Author
Topic: Bug with edit image, gallery title link not working correctly, and watermark.  (Read 6175 times)
« on: November 22, 2006, 07:20:03 am »
hyphenated Offline
Newbie
*
Posts: 21

View Profile

RSGallery2 1.11.10 Alpha - SVN: 466
IE 7 browser, Windows XP Home, 4.4 PHP, Joomla! 1.0.11 Stable [ Sunbow ] 28 August 2006 20:00 UTC


When I try to edit an image I receive this error in debug:

Notice: Undefined variable: e_id in /home/mountain/public_html/administrator/components/com_rsgallery2/admin.rsgallery2.php on line 677

Notice: Undefined variable: e_id in /home/mountain/public_html/administrator/components/com_rsgallery2/admin.rsgallery2.php on line 679

Also, on the front end main gallery page, when I click the title of the gallery, I'm redirected to the home page instead of the gallery.  If I click the photo on the main gallery page I am sent to the gallery.  View here: 

http://mountaineerfarm.com/index.php?option=com_rsgallery2&Itemid=36


Also, when I choose to use the watermark feature my output is this:

Warning: Wrong parameter count for imagettfbbox() in /home/mountain/public_html/administrator/components/com_rsgallery2/includes/img.utils.php on line 748

It says I can do this here in the configuration:
Image Watermark
(Freetype library installed, watermark is possible)


Also, in the debug mode rsgallery conflicts with flashrotator with this output:

Notice: Undefined index: Moya_Siberian_Husky_Huskies_Puppy_Puppies (21).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Jenna_Siberian_Husky_Huskies_Puppy_Puppies (62).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Willow_Siberian_Husky_Huskies_Puppy_Puppies (41).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Joe_Siberian_Husky_Huskies_Puppy_Puppies (40).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Keyba_Siberian_Husky_Huskies_Puppy_Puppies (74).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Moya_Siberian_Husky_Huskies_Puppy_Puppies (12).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Tala_Siberian_Husky_Huskies_Puppy_Puppies (36).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Sierra_Siberian_Husky_Huskies_Puppy_Puppies (47).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Sidney_Siberian_Husky_Huskies_Puppy_Puppies (59).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Sierra_Siberian_Husky_Huskies_Puppy_Puppies (12).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Denali_Siberian_Husky_Huskies_Puppy_Puppies (49).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Shadow_Siberian_Husky_Huskies_Puppy_Puppies (36).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Jenna_Siberian_Husky_Huskies_Puppy_Puppies (31).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Denali_Siberian_Husky_Huskies_Puppy_Puppies (31).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Denali_Siberian_Husky_Huskies_Puppy_Puppies (25).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Keyba_Siberian_Husky_Huskies_Puppy_Puppies (73).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Tala_Siberian_Husky_Huskies_Puppy_Puppies (26).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Coral_Siberian_Husky_Huskies_Puppy_Puppies (71).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Joe_Siberian_Husky_Huskies_Puppy_Puppies (72).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Jenna_Siberian_Husky_Huskies_Puppy_Puppies (40).JPG in /home/mountain/public_html/modules/mod_flashrotator.php on line 57

Notice: Undefined index: Tala_Siberian_Husky_Huskies_Puppy_Puppies (43).jpg in /home/mountain/public_html/modules/mod_flashrotator.php on line 57
Logged
 
Reply #1
« on: November 22, 2006, 03:47:12 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1214

View Profile WWW Email

OK,

In order of appearance:
1. $e_id error. I will look into this. I cannot recreate the error so I'll get back to you on that one.
2. Frontend click error. I found the bug. I inserted this in SVN. Next release should be OK.
3. Watermarking: This normally means it cannot find the font file. This is something we are working on. Watermarking is still incomplete and buggy. (known issue)
4. Flash rotator: Bad coding. As we did not create the module there is nothing we can do about this. It is only a notice though, it shouldn't affect working.

Cheers,

Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #2
« on: November 22, 2006, 04:23:20 pm »
hyphenated Offline
Newbie
*
Posts: 21

View Profile

Hooray to Ronald!  Thank you for your very quick detailed response!

Many props to the development team for this component!  It is excellent!  Many props to the many developers working hard to keep this component up to date, fresh, and bug free.  Many props as well to all that puruse the forum and offer advice as well as solve problems.  This is my fastest response time to date!  It makes me feel good!  I will definately donate now!

However Shocked  If you wouldn't mind adding a more update release to the downloads at http://extensions.joomla.org I think a lot of people would appreciate it.  I spent all day working thru bugs before I found the nightly releases on your site.

Again  Thanks!!!  A+    Grin
Logged
 
Reply #3
« on: November 25, 2006, 09:38:40 am »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1214

View Profile WWW Email

I promised I'd come back to you about the $e_id error.

I found the error and fixed that too. It is in SVN so with the next Nightly Build this should be fixed as well.

About the extensions site: We only update that one if a new release is out. The nightly Builds are for testing only and do not always provide you with an installable component, so we do not consider that to be a release. We will however show the latest release there and a small overview of the new possibilities.

Cheers,
« Last Edit: November 25, 2006, 09:48:34 am by Ronald Smit » Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #4
« on: November 25, 2006, 09:46:25 am »
hyphenated Offline
Newbie
*
Posts: 21

View Profile

Thanks again for the quick fixes and response!  Great Job!
Logged
 
Print  Pages 1
« previous next »
Jump to: