Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » multisite issue, added gallery doesn't appear in the subsite's gallery list

  • multisite type: subdirectory
    main site installed directory: /domain/blog/
    site url: http://domainname/
    sub site: http://domainname/subdirectory

    haccess rule

    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) blog/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ blog/$2 [L]
    RewriteRule . index.php [L]
    
    </IfModule>

    added gallery in subsite.
    it created gallery folder in /domain/blog/added-gallery-name

    but the gallery doesn’t appear in the gallery list of subsite.
    checked main site table wp_ngg_gallery, no DB entry for added gallery.
    haven’t seen table like wp_2_ngg_gallery too.

    the network gallery path: wp-content/blogs.dir/%BLOG_ID%/files/

    Please help to fix.

    http://wordpress.org/extend/plugins/nextgen-gallery/

  • The topic ‘multisite issue, added gallery doesn't appear in the subsite's gallery list’ is closed to new replies.