[Solved]: Batch add problem [Solved]: Batch add problem
 

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

[Solved]: Batch add problem

Started by NoOz, December 03, 2003, 11:53:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NoOz

Hi,

I ve a problem with the batch add function:

1) I select an album of PNG photos on the server
-> In the "List of new pictures", the images doesn't appear (red cross) but If I click on the red cross, I can see the picture.

2) I select an existing album and push the "Insert selected Pictures" button.
-> the "Adding new pictures to the gallery" show the list of the pictures but I've got a red cross in the results.
-> If I click on a red cross, it gives me the following message
"PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed"

3) php info is set like this
-> PHP Version 4.3.4

System  GNU/Linux  
Build Date  Dec 3 2003 01:49:10  
Server API  Apache  
PHP API  20020918  
PHP Extension  20020429  
Zend Extension  20021010  
Debug Build  no  
Thread Safety  disabled  
Registered PHP Streams  php, http, ftp, compress.zlib  

-> and for GD like this:
GD Support  enabled  
GD Version  bundled (2.0.15 compatible)  
T1Lib Support  enabled  
GIF Read Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  
XBM Support  enabled  

-> coppermine is set:
Quality for JPEG files: 80
Max dimension of a thumbnail: 100
Use dimension ( width or height or Max aspect for thumbnail ):   Max Aspect
Create intermediate pictures   Yes
Max width or height of an intermediate picture: 400
Max size for uploaded pictures (KB): 1024
Max width or height for uploaded pictures (pixels): 2048
Show private album Icon to unlogged user: No  
Accepted file extensions for uploaded pictures: GIF/PNG/JPG/JPEG/TIF/TIFF
Method for resizing images: GD version 2.x  
Allowed image types (only valid for ImageMagick): JPG/GIF/PNG/TIFF
Command line options for ImageMagick: -antialias
Read EXIF data in JPEG files: Yes
Default mode for directories: 0755
Default mode for pictures: 0644

For information the problem is since my webhost upgrade SQL version to 4.34, and I tried to uninstall/reinstall coppermine since that but I still have the problem.

Thanks for any advice ![/url]

Joachim Müller

can you upload a png pic with the http upload (instead of the batch-add feature). Sometimes the gd module part of phpinfo says that support for this and that picture type is there, but it isn't true...
Did you make/install php on your own or did you use a package/rpm?

GauGau

NoOz

hi Gaugau,

When I try to upload a png file I get the following message

PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

For Information:

1) I'm webhost so I cant install or modify anything on the server configuration.

2) When my webhoster upgrade his php version and I saw the probleme after that I already desinstalled Coppermine & reinstall it but it.

thanks

Joachim Müller

php and/or gd lib seems to be improperly installed on the server. Contact your webhost and ask them to fix this for you.

GauGau

NoOz

It was effectively an installation problem from my free webhost free.fr
The probleme is currently fixed.

Thanks for advice
Stéphane