Ein Freund hat mich überredet wieder an Galeria zu arbeiten – meinem Wordpress Gallery plugin. Zur Zeit geht es auch sehr gut vorran. Ich versuche bis Sonntag die 0.9′er als open beta-test zu releasen.
5 Comments
Leave a Reply
Das private Blog von Thomas Uebel
Ein Freund hat mich überredet wieder an Galeria zu arbeiten – meinem Wordpress Gallery plugin. Zur Zeit geht es auch sehr gut vorran. Ich versuche bis Sonntag die 0.9′er als open beta-test zu releasen.
by cleansy
29 Aug 2006 at 11:16
wo kann man bugs reporten? :)
by Geren
30 Aug 2006 at 14:45
Good morning. I’m trying to implement wp-galeria on one of my domains, and am running into a bit of a problem. One of the (many) errors generated is below:
Warning: opendir(/home/holymountain/www/ww/wp-galeria/) [function.opendir]: failed to open dir: No such file or directory in /home/holymountain/www/www/wp-content/plugins/wp-galeria/wp-galeria-plugin.php on line 150
All of the errors are similar, in that the opendir path is malformed. I’ve poked at the code, and can’t find where this is coming from. Please guide me or let me know what I’m doing wrong.
Thanks!
by Spy98
30 Aug 2006 at 17:39
Yeah this indeed is a malformed path.
I take it, this is your wwwRoot:
/home/holymountain/www
Your Wordpress plugin directory is your /www/wp-content/plugins/.
Yet you have Galeria configured to have
/ww/wp-galeria/
as gallery directory, where it should be /www/wp-galeria/.
That should solve it.
by Geren
30 Aug 2006 at 19:01
Actually, I had /wp-galeria/ specified in the control panel. Changing it to anything results in three errors:
Warning: main(/home/holymountain/www/ww/wp-content/plugins/wp-galeria/wp-galeria-files/process.php) [function.main]: failed to open stream: No such file or directory in /home/holymountain/www/www/wp-content/plugins/wp-galeria/wp-galeria-files/wp-galeria-configuration.php on line 10
Warning: main(/home/holymountain/www/ww/wp-content/plugins/wp-galeria/wp-galeria-files/process.php) [function.main]: failed to open stream: No such file or directory in /home/holymountain/www/www/wp-content/plugins/wp-galeria/wp-galeria-files/wp-galeria-configuration.php on line 10
Warning: main() [function.include]: Failed opening ‘/home/holymountain/www/ww/wp-content/plugins/wp-galeria/wp-galeria-files/process.php’ for inclusion (include_path=’.:/usr/local/lib/php’) in /home/holymountain/www/www/wp-content/plugins/wp-galeria/wp-galeria-files/wp-galeria-configuration.php on line 10
The path to wp-galeria is http://www.holymountainmusic.us/wp-content/plugins/wp-galeria
by Spy98
30 Aug 2006 at 22:24
If you have access to your database, please check the options table for the three values:
- wpg_galeria_wwwRoot
- wpg_galeria_GalleryDir
- wpg_galeria_optBaseDir
Alternatively you can use my plgin “wp-about: config” to get access to these values.
If you can get these and post here I may be able to help you more efficiently.