• Currently not able to upload images via flash error 302 (using S/S SSL!) even when using the SSL ignore plugin or adding the upload file to the .htaccess file exlusion.

    So when trying non-flash option it uploads but no thumbnail is generated and when I click the thumbnail I get never ending loading bar.

    Has anyone got NextGen running with Network? Once used it in 2.92 and dont recal having these issues. Normal flash media uploading works fine (with SSL ignore).

    Any pointers?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter donty

    (@donty)

    OK looks like part of it was a path error and permissions on the path. Seems the standard path wp-content/blogs.dir/files/XX/nggallery (XX – blog ID) was not set and it couldnt/didnt create it. So:
    I created it
    mkdir /var/www/wordpress/wp-content/blogs.dir/XX/nggallery

    Set it to:
    chmod 775 -R /var/www/wordpress/wp-content/blogs.dir/XX/nggallery

    Changed the owner to match the apache instance:
    chown -R OWNER:GROUP /var/www/wordpress/wp-content/blogs.dir/XX/nggallery

    But that still doesnt allow it to create the subdir or create thumbs, so it is only one step forward.

    Hi there!
    I’ve got the same problems like you. But I dont using SSL.

    I think the problem is the DomainMapping in my case… Because in the blog of alex.rabe there is an entry which says: “As reported in the forums there are still some issues in a Multi-site setup (i.e. Domain mapping) which I will not catch in this release. Contribution are always welcome!”

    Greetings from Germany
    lundj

    Thread Starter donty

    (@donty)

    Yes, seeing if we can help AlexRabe sort things through, will post back as I get more!

    Thread Starter donty

    (@donty)

    OK, seems that moving from 2.92 MU and upgrading the plugin and site didnt work as expected. For some reason it needed another site update.

    What I ended up doing as a heavy-handed approach was remove the NGG plugin completely ensuring all sites where clear and there were no DB entries. Then update the sites using the WP admin and then add NGG back. Pain to re-establish the individual sites galleries etc but at least I have a known state now!

    Still have problems with unsigned SSLs and the flash uploader but that one can be nailed down somewhere else…

    Have you upgraded to latest version (1.6.2) ?
    It should fix a couple of SSL problems

    Thread Starter donty

    (@donty)

    Yes, 1.6.2 installed, but it may just be arguing with a network wide ignore-ssl upload plugin so will have to de-activate and apply to all but the test site in anti-social hours ??

    Normal core uploads work with the ignore ssl – partly because of the obvious problems with SSL and single install multi-domain approach – a perennial pain!

    What are you doing with the SSL uploads to fix the issues?

    Does anyone have a fix to this issue?

    I learned that in a multi-site environment, for next gen gallery to work proplery, the SITE URL under SITES – EDIT – DOMAIN(BLOG ID 2+) should be set to “domain.com” and not “www.domain.com”, because the rules are trying to strip out “www’ in an MU install anyway, and it basically redirects over and over again trying to strip out the “www,” but since it’s hard coded in the database, it’s not resolving correctly.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: NextGEN Gallery] NextGen with 3.01 Network, 302 error and no thumbnail’ is closed to new replies.