Error batch uploading picture Error batch uploading picture
 

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

Main Menu

Error batch uploading picture

Started by ilperu, May 18, 2004, 09:06:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ilperu

hi...

I'm trying to use the coppermine gallery...

I try to use the add batch procedure...
I select my folder and i see the list of the pictures in... but i have a red x on teh  image on the right
if i click on the x a popup appera qith the right image

then i choose my album and i add all the pictures
I get a new list with again the name of the pictures and anothe unlinked image on the right
if i click on the red x i get this error

Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 9152 bytes) in /web/htdocs/www.ilperu.it/home/e107_plugins/coppermine_menu/include/picmgmt.inc.php on line 177

and the pictures are not inserted in the album...

canu tell me why? where is may fault? thanks
:)

Casper

This error is telling you that your pics are too big (Pixel size, not file size) for the allocated memory allowance your host allows you.

Try making the images smaller, say 1000 x 750, and see what happens. The memory that GD or Imagemagic needs to make the intermediate and thumbs depends on the pixel size, so a pic of 1600x1200 optimised to 200kb may fail, while the same pic, reduced to 1000x750, but at a better quality and 500kb may be ok.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

nirchal

Quote from: Casper on May 19, 2004, 10:41:38 AM
This error is telling you that your pics are too big (Pixel size, not file size) for the allocated memory allowance your host allows you.

Try making the images smaller, say 1000 x 750, and see what happens. The memory that GD or Imagemagic needs to make the intermediate and thumbs depends on the pixel size, so a pic of 1600x1200 optimised to 200kb may fail, while the same pic, reduced to 1000x750, but at a better quality and 500kb may be ok.

I have the same problem - I checked pixel sizes on my images, they seem to be within limits.  I have uploaded pics successfully before this and they've been fine   :(

Casper

Please give a link, and test user account with upload permissions.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here