• Resolved cvagarini

    (@cvagarini)


    WordPress 4.1
    NextGen Gallery 2.0.66.37
    Linux hosted.

    After upgrade images and thumbs didn’t show up.
    I had to modify: wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php because the url came with the ‘/’ stripped. I modified lines 188-191:

    It was:
    $request_uri = str_replace($doc_root, ”, $abspath);

    I changed to:
    $request_uri = $abspath;
    if ($doc_root != DIRECTORY_SEPARATOR) {
    $request_uri = str_replace($doc_root, ”, $abspath);
    }

    because $doc_root is equal to ‘/’ so it is stripped.

    This is the first problem and it is now (somehow) fixed.

    THEN:

    – the gallery are no more browsable clicking an image send to the image itself (the url is the jpg, no javascript handles the request)
    – The “Gallery Settings” and “Other Options” of the Admin are not working (they came out with the central part of the page blank) so it is impossible to fix the issues.

    What suggestions do you have?

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cvagarini

    (@cvagarini)

    I post some more infos that could be useful:

    Operating System : Linux (32 Bit)
    Server : Apache
    Memory usage : 19.22 MByte
    MYSQL Version : 5.0.96-enterprise-log
    SQL Mode : Not set
    PHP Version : 5.4.4-14+deb7u2
    PHP Safe Mode : Off
    PHP Allow URL fopen : On
    PHP Memory Limit : 140
    PHP Max Upload Size : 10M
    PHP Max Post Size : 40M
    PCRE Backtracking Limit : 1000000
    PHP Max Script Execute Time : 60s
    PHP Exif support : Yes ( V1.4 )
    PHP IPTC support : Yes
    PHP XML support : Yes
    Graphic Library

    GD Version : 2.0
    FreeType Support : Yes
    FreeType Linkage : with freetype
    T1Lib Support : No
    GIF Read Support : Yes
    GIF Create Support : Yes
    JPEG Support : Yes
    PNG Support : Yes
    WBMP Support : Yes
    XPM Support : No
    XBM Support : No
    JIS-mapped Japanese Font Support : No

    Plugin Contributor photocrati

    (@photocrati)

    @cvagarini – I would suggest giving our latest public beta a try. Find it here: http://nextgen-gallery.com/nextgen-gallery-latest-beta/

    Thanks!

    – Cais.

    Thread Starter cvagarini

    (@cvagarini)

    The hosting company moved me to a different hosting platform and the issues is solved.

    It seems that this version of NextGenGallery doesn’t work if the website is hosted at the root level “/”

    The new platform hosts at /public_html/ so it’s working correctly

    Plugin Contributor photocrati

    (@photocrati)

    @cvagarini – Thanks for the update. We may have sorted this out with the next release but its still good to read your site is up and running correctly now.

    – Cais.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin stopped working after upgrade’ is closed to new replies.