@clevelandtrust – My first thoughts are leading me to a limit being exceeded … what are you seeing under Gallery > Overview for your Server Settings?
– Cais.
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
i changed the limit from 500 to 1000 in image>options>miscellaneous… same issue.
@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.
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 http://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
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.
@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.