Page 1 of 1

Gallery2 embed bug w/ backtrace and error report

Posted: Wed Jun 28, 2006 1:37 pm
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

Re: Gallery2 embed bug w/ backtrace and error report

Posted: Wed Jun 28, 2006 1:51 pm
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

Re: Gallery2 embed bug w/ backtrace and error report

Posted: Wed Jun 28, 2006 1:53 pm
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.

Posted: Wed Jun 28, 2006 3:01 pm
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

Posted: Wed Jun 28, 2006 10:51 pm
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.

Posted: Wed Jun 28, 2006 10:53 pm
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