Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: batch add limited to 3  (Read 4594 times)

0 Members and 1 Guest are viewing this topic.

rese

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
batch add limited to 3
« on: August 26, 2008, 07:47:38 am »

Hi, I've upgraded coppermine to 1.4.19 recently.  I'm having a issue on the batch add where after I select the directory and insert into the album specified.  It only process 3 at a time, the rest I'd see "Click here for details or to reload".  I'd keep redoing this step until the rest of the images are processed.  This used to work for me.

Here are some of the debug info.

URL link: http://gallery.ekrisman.com/
test account login: test/test

I've searched this forum and couldn't find anything similar to my error. 

I've tried this suggestion to reset the administrator group but to no avail:
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble


==========================
VERSION INFO :
------------------
PHP version: 5.1.2 - OK
------------------
mySQL version: 5.0.22-Debian_0ubuntu6.06.9-log
------------------
Coppermine version: 1.4.19(stable)
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.22
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/share/php:/usr/share/pear | .:/usr/share/php:/usr/share/pear
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 8M | 8M
post_max_size | 8M | 8M
==========================
Page generated in 0.279 seconds - 16 queries in 0.002 seconds - Album set : ; Meta set: ;
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: batch add limited to 3
« Reply #1 on: August 26, 2008, 08:04:11 am »

http://gallery.ekrisman.com/albums/2008/Prestin-2yr-bday/IMG_5080.JPG is 1600 x 1067 pixels, which is a bit oversize if you ask me. You might be running into server-sided limitations. I recommend resizing the pics on your client before uploading them. See http://coppermine-gallery.net/tutorial/irfanview1.php
Logged

rese

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: batch add limited to 3
« Reply #2 on: August 26, 2008, 08:09:49 pm »

Thanks for the reply.  But I don't think that's the problem.  I've increased the memory to 128M from 8M but it still does 3-5 images at a time, the rest of the image are "click for details or to reload" error.   

In addition, I've been using default 1600x in size since a year ago, see this album:
http://gallery.ekrisman.com/thumbnails.php?album=361

Any other settings I can play with?

==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 30 | 30
upload_max_filesize | 128M | 128M
post_max_size | 128M | 128M
==========================
Page generated in 0.291 seconds - 16 queries in 0.001 seconds - Album set : ; Meta set: ;

 ???

http://gallery.ekrisman.com/albums/2008/Prestin-2yr-bday/IMG_5080.JPG is 1600 x 1067 pixels, which is a bit oversize if you ask me. You might be running into server-sided limitations. I recommend resizing the pics on your client before uploading them. See http://coppermine-gallery.net/tutorial/irfanview1.php


Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: batch add limited to 3
« Reply #3 on: August 27, 2008, 08:45:30 am »

Review the sticky thread on this board to get an idea what server-sided settings can have an impact.
Logged

Nibbler

  • Guest
Re: batch add limited to 3
« Reply #4 on: August 27, 2008, 11:41:48 am »

You need to increase the memory limit not the upload limits.
Logged

rese

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: batch add limited to 3
« Reply #5 on: August 29, 2008, 11:53:17 pm »

You need to increase the memory limit not the upload limits.

I tried that already, still no luck.  I increased the limit UP but doesn't seem to fix it.
memory_limit = 512MB
post_max_size | 512M | 512M

But it still does 5-7 at a time... I used to be able to do all at once at 1600x resolution.  Is this a bug on 1.4x version?
See the attached screenshots.

==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 30 | 30
upload_max_filesize | 10M | 10M
post_max_size | 512M | 512M
==========================
Page generated in 1.219 seconds - 16 queries in 0.001 seconds - Album set : ; Meta set: ;
Logged

rese

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: batch add limited to 3
« Reply #6 on: August 29, 2008, 11:59:06 pm »

I reviewed the sticky post previously already, but i didn't find anything relevant to my problem.  http://forum.coppermine-gallery.net/index.php/topic,24088.0.html

I did increase all the memory settings up to 512MB and it's still randomly processing 3-7 images at ONE time. 

Review the sticky thread on this board to get an idea what server-sided settings can have an impact.

=wk=

Logged

rese

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: batch add limited to 3
« Reply #7 on: August 30, 2008, 12:02:02 am »

Oopps... accidently click on x (turn down) marking, not sure what it does...

I reviewed the sticky post previously already, but i didn't find anything relevant to my problem.  http://forum.coppermine-gallery.net/index.php/topic,24088.0.html

I did increase all the memory settings up to 512MB and it's still randomly processing 3-7 images at ONE time. 

Logged

Nibbler

  • Guest
Re: batch add limited to 3
« Reply #8 on: August 30, 2008, 12:25:36 am »

What does it say when you click on 'click for details or to reload' ?
Logged

rese

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: batch add limited to 3
« Reply #9 on: September 05, 2008, 10:04:51 pm »

When click on each of the 'click for details or to reload' link.  It'll say either DP or OK and it will generate the image for that.  I'd have to click on each one to get the image created.   

At this point, I'm pretty sure this is a bug.  So if I use the "admin tools" to recreate all the thumbnails and intermediate pictures, I can process them all in 50 or 75 at a time with NO PROBLEM at all.  No memory limit, or anything.   

No one else having this problem?

What does it say when you click on 'click for details or to reload' ?

Logged
Pages: [1]   Go Up
 

Page created in 0.031 seconds with 20 queries.