• Resolved Deyneko

    (@deyneko)


    Hi,
    I installed network (three blogs in folders) which is works OK.
    NextGen Gallery Version 1.9.3

    Problem:
    Images uploading without problem and they really appear in appropriate cathalog.
    But on a page /post there are only empty spaces instead thumbnails. If I press on a thumb then no image appear just “nggallery’s grey” background.
    Also browser can’t show an image (I know exact address) from existing nggallery folder. WordPress answers, “file not found”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Have you read this: http://wordpress.org/support/topic/plugin-nextgen-gallery-multisite-compatibility?replies=14

    I don’t actually use it, so the best I can do is google fu for you 🙁

    Thread Starter Deyneko

    (@deyneko)

    Of course I read this. Even I tried to add code RewriteRule ^wp-content/blogs\.dir/([0-9]+/)(.*) wp-content/$2 [L] to htaccess but it doesn’t work. I don’t know why. WordPress still can’t open images from NextGen gallery.
    My wordpress network placed in folder /tmp/ may be problem with this…? But for example GRAND Flash Album Gallery plugin works perfectly.

    Thread Starter Deyneko

    (@deyneko)

    Hi all,
    I found in folder
    /wp-content/blogs.dir/5/files/ additional .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /tmp/ru/
    RewriteRule ^index\.php$ – [L]
    RewriteRule (.*) /tmp/ru/index.php?uamfiletype=attachment&uamgetfile=$1 [L]
    RewriteRule ^wp-content/blogs\.dir/([0-9]+/)(.*) wp-content/$2 [L]
    </IfModule>
    And I found there .htpasswd. I think User Access Manager plugin has added this. I just deleted those two files and the nggallery start work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NextGEN Gallery doesn't work’ is closed to new replies.