0 uploads were successful. 0 uploads were successful.
 

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

0 uploads were successful.

Started by KuSt, December 29, 2004, 11:30:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KuSt

Error Report  
The following uploads encountered errors: 
File Uploads: 
File Name/URL Error Message
1. P1010040.JPG Pixel allowance exceeded.
2. P5010010_3_1.jpg Pixel allowance exceeded.
3. P5010010_3.jpg Not a GD extension.


Debug Info
Coppermine version: 1.3.2
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
module doesn't exist
==========================
Module: zlib
------------------
module doesn't exist
==========================

phpinfo.php
gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled


need help  ???

kegobeer

Have you searched for 0 uploads were successful?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

KuSt


kegobeer

Well, according to your errors the files you attempted to upload were larger than what you've allowed in your config settings.  The last jpg looks to be corrupted if GD says it isn't allowed.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

KuSt

sorry for my english. I have a local web-server on my computer and Coppermine Photo Gallery with the same config, it work's with the same files. The difference:

Debug Info

Coppermine version: 1.3.2
==========================
Module: gd
------------------
GD Support enabled
GD Version bundled (2.0.22 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 3.23.49
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
==========================

kegobeer

Which one works and which one doesn't?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

KuSt

i find the trouble  :D
this help me:

.htaccess
<IfModule mod_charset.c>
CharsetRecodeMultipartForms off
</IfModule>

thanks anyway  ;)