Gallery2 embed bug w/ backtrace and error report

Found a bug? Tell us!!
Post Reply
Octane
Regular
Posts: 5
Joined: Wed Jun 28, 2006 1:33 pm

Gallery2 embed bug w/ backtrace and error report

Post by Octane »

Any help would be appreciated. Here's the error I get when I try to access my embeded gallery2

Code: Select all

Warning: serendipity_event_G2embed::require_once(/var/www/html/gallery2embed.php) [function.require-once]: failed to open stream: No such file or directory in C:\www\newsite\plugins\serendipity_event_g2embed\serendipity_event_g2embed.php on line 120

Fatal error: serendipity_event_G2embed::require_once() [function.require]: Failed opening required '/var/www/html/gallery2embed.php' (include_path='.;c:\www\include;C:\www\newsite/;C:\www\newsite/bundled-libs/') in C:\www\newsite\plugins\serendipity_event_g2embed\serendipity_event_g2embed.php on line 120
Last edited by Octane on Wed Jun 28, 2006 1:51 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Gallery2 embed bug w/ backtrace and error report

Post by garvinhicking »

Hi!

Please set your spartacus mirror in the plugin config to netmirror.org instead of s9y.org. s9y.org is currently not a valid mirror, it was added for future forward compatibility :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Octane
Regular
Posts: 5
Joined: Wed Jun 28, 2006 1:33 pm

Re: Gallery2 embed bug w/ backtrace and error report

Post by Octane »

garvinhicking wrote:Hi!

Please set your spartacus mirror in the plugin config to netmirror.org instead of s9y.org. s9y.org is currently not a valid mirror, it was added for future forward compatibility :)

Best regards,
Garvin
Thanks Garvin. I figured that much out. I updated my original post to reflect my new problem. Apparently s9y wants "gallery2embed.php" which doesnt exist.
axelseaa
Regular
Posts: 49
Joined: Fri Dec 23, 2005 7:13 pm

Post by axelseaa »

Howdy,

The plugin currently isn't smart enough to check for slashes, make sure you add the trailing slash. /var/www/html/gallery2embed.php is really looking for /var/www/html/gallery2/embed.php

If that still causes you problems, let me know.

-- Aaron
Octane
Regular
Posts: 5
Joined: Wed Jun 28, 2006 1:33 pm

Post by Octane »

axelseaa wrote:Howdy,

The plugin currently isn't smart enough to check for slashes, make sure you add the trailing slash. /var/www/html/gallery2embed.php is really looking for /var/www/html/gallery2/embed.php

If that still causes you problems, let me know.

-- Aaron
Thank you this is perfect.
axelseaa
Regular
Posts: 49
Joined: Fri Dec 23, 2005 7:13 pm

Post by axelseaa »

Octane wrote:
axelseaa wrote:Howdy,

The plugin currently isn't smart enough to check for slashes, make sure you add the trailing slash. /var/www/html/gallery2embed.php is really looking for /var/www/html/gallery2/embed.php

If that still causes you problems, let me know.

-- Aaron
Thank you this is perfect.
It really could probably be alot better. Hopefully sometime soon I will get a chance to play with it some more. Feel free to let me know if there are any suggestions for it.

-- Aaron
Post Reply