Home > Allgemeines > WP Galeria again…

WP Galeria again…

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.

Allgemeines , ,

  1. 29. August 2006, 11:16 | #1

    wo kann man bugs reporten? :)

  2. 30. August 2006, 14:45 | #2

    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!

  3. 30. August 2006, 17:39 | #3

    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.

  4. 30. August 2006, 19:01 | #4

    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

  5. 30. August 2006, 22:24 | #5

    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.

  1. Bisher keine Trackbacks