Hello,
I have a problem with uploading new photos. All permissions are OK, I have checked 5 times!!! When I'm trying to upload I get a message
<The file you have uploaded is not a valid image !>, but it's valid!!!
When I'm trying to batch add I get no result and a sign with NA letters.
Could you please help me with my problem?
With best regards, Dmf
P.S. My site is dmitrif.hut1.ru
phpinfo() is in dmitrif.hut1.ru/test3.php
What type of image are you trying to upload? Do you get this message for every type of image? If you are using ImageMagick, have you tried GD, or vice versa?
Historically, when this message is displayed, there is usually something wrong with the image (corruption).
I have tried BMP and JPG images with differen sizes. I using GD version 2.0.28
Well, Coppermine doesn't accept BMP images when using GD, because GD doesn't support BMP images. Your JPG images must have something not quite right with them, which would cause that message.
Attach a couple of your JPG images (no larger than 50k each) to your next post. I'll see if I can reproduce your problem on my test box.
Here is one of them
And another
I think it might be something wrong with GD installed. But how can I check it?
There isn't anything you can do to check GD. You can tell your host about these issues, that's about it.
I had no trouble uploading those images to my test box. I think this is related to your host - when I visited your site, at first I was logged in as you. When I refreshed the page, I was an anonymous user. You are also running 1.2.1, so I recommend upgrading to 1.3.2.
It seems like while uploading it changes an image (maybe some binary symbols in file). May it be problem with Apache?