• Resolved clevelandtrust

    (@clevelandtrust)


    Hi all

    So when i load m lets say (75) 1200 x 920 jpg images into
    >add/gallery images> existing (or even new) gallery > select files> upload >
    after all are (green check mark 100%) i can see 2/3rd of the thumbnails and can open the images that have thumbnails, BUT, the last 1/3 have a tiny picture frame (no thumb) and no image & can not be opened.

    even after adding to page and adding to portfolio sub-menu, when visiting page after publish, same images that are seen can be seen, but ones with little pic frame just show a blank square box with the image # in it.

    https://crossdesigninc.com/day/

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @clevelandtrust – My first thoughts are leading me to a limit being exceeded … what are you seeing under Gallery > Overview for your Server Settings?

    – Cais.

    Thread Starter clevelandtrust

    (@clevelandtrust)

    Operating System : Linux (64 Bit)
    Server : Apache
    Memory usage : 28.65 MByte
    MYSQL Version : 5.6.27-75.0-log
    SQL Mode : NO_ENGINE_SUBSTITUTION
    PHP Version : 7.0.2
    PHP Safe Mode : Off
    PHP Allow URL fopen : Off
    PHP Memory Limit : 128
    PHP Max Upload Size : 16M
    PHP Max Post Size : 16M
    PCRE Backtracking Limit : 1000000
    PHP Max Script Execute Time : 600s
    PHP Exif support : Yes ( V1.4 )
    PHP IPTC support : Yes
    PHP XML support : Yes
    Graphic Library

    GD Version : bundled (2.1.0 compatible)
    FreeType Support : Yes
    FreeType Linkage : with freetype
    GIF Read Support : Yes
    GIF Create Support : Yes
    JPEG Support : Yes
    PNG Support : Yes
    WBMP Support : Yes
    XPM Support : Yes
    XBM Support : Yes
    WebP Support : Yes
    JIS-mapped Japanese Font Support : No

    Thread Starter clevelandtrust

    (@clevelandtrust)

    i changed the limit from 500 to 1000 in image>options>miscellaneous… same issue.

    Plugin Contributor photocrati

    (@photocrati)

    @clevelandtrust – The value you changed is not directly related to the image size being uploaded … ask your web hosting service to increase the following values:

    PHP Max Upload Size : 16M
    PHP Max Post Size : 16M

    Try at least 32M, but 64M would be much better. If they are also able to raise the PHP Memory Limit to 256 then have the above values pushed to 128M.

    See if that helps to sort things out.

    Thanks!

    – Cais.

    Thread Starter clevelandtrust

    (@clevelandtrust)

    these three lines were added by hosting co. in .htacess, still not showing images passed a certain amount of uploads in a gallery.
    see bottom of this web page https://www.crossdesigninc.com/day

    # BEGIN WordPress
    php_value post_max_size 128M 1
    php_value upload_max_filesize 128M 2
    php_value memory_limit 256M 3
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter clevelandtrust

    (@clevelandtrust)

    Also, all of the images I have been uploading in add gallery are relatively small files… like,, 500 kb each +/- so size limit is not seemingly the issue vs. qty. I also notice that i can not upload a single image in dashboard media unless i delete a couple of galleries to free up space. NextGEN had handled all my galleries before on previous versions (last year) with some 26 galleries & multiple photos each.

    Clue?

    Sky.

    Plugin Contributor photocrati

    (@photocrati)

    @clevelandtrust – If you are seeing the issue of having to delete something before you can upload more it could simply be a disk space allocation issue on your web site … you may be using all that your web host has provisioned for your specific web site.

    – Cais.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘NEXTGEN GALLERY ISSUE (’ is closed to new replies.