I didnt see to many with the exact problem Im having so here goes.
Obviously Im not getting any thumbnails through batch file.
The pop up works fine and shows the normal pic.
It wont add anything to the albums either.
When I try to use the single upload utility it tells me all my images are corrupted. Ive tried serveral images from several different sources but its still not working right.
This is a direct quote from the single upload
QuoteThe picture 'albums/userpics/Image3.jpg' can't be inserted in the album
The image you have uploaded is corrupted or can't be handled by the GD library
Warning: ImageCreateFromJpeg: No JPEG support in this PHP build in /home/virtual/maxharvard/home/httpd/html/gallery/include/picmgmt.inc.php on line 154
Ive take screen shots of my phpinfo file so that there is no ambiguity on what Im running.
Ill just link these to hold down on page load times
http://www.anti-rice.com/images/image2-1.jpg
http://www.anti-rice.com/images/image3.jpg
http://www.anti-rice.com/images/image4.jpg
http://www.anti-rice.com/images/image5.jpg
http://www.anti-rice.com/images/image6.jpg
http://www.anti-rice.com/images/image7.jpg
I see Im running GD 1 so I set it to GD 1x in the Config. Its still giving me this.
Ive looked through the manual, faq, and searched this page a bit but havent seen anything that helps me.
Thanks in advance.
all I get is a 404 (not found) on your page when clicking the above mentioned links.
Check your phpinfo to see what image library (if any) you have installed (refer to the faq how to create a phpinfo).
GauGau
I am also having a very similar problem. With coopermine 1.2 I could not upload pictures from my digital camera by not in batch. In batch I could upload it, this was not a problem in 1.1d which I had downgraded to. But the problem with batch mode and sometimes in non-batch mode the thumbnails and intermidate picture are partially black. I have even tried to go from coppermine 1.2 for PHP to 1.1d for PHP with the same thumbnail problem. Here is a link to an html of my phpinfo http://ntgod.net/phpinfo().htm. I have tried both GD 1.x which I have and GD2.x whcih doesn't work because I don't have it. Also I followed the directions for compileing imagemagick in my site. The link for that site is http://www.photopost.com/magicknoroot-php.html.
Mark
http://ntgod.net/nuke
I don't know what to make out of your posting, can't make heads or tales of it:
- you're on the cpg1.2.0standalone board, and obviously you're running the phpnuke version of coppermine
- you seem to be running your own server (or at least you must have shell access), since you're trying to build your own Image Magick
- you're quoting "Photopost" here
- you're posting your phpinfo-link here (you shouldn't, it's a security risk)
- you downgraded to 1.1d? From what?[/list:u]Please take a look at the faq on how to ask questions properly...
GauGau
ntgod,
QuoteBut the problem with batch mode and sometimes in non-batch mode the thumbnails and intermidate picture are partially black.
Black pictures from GD could indicate one of several things:
1. GD is not properly installed - Please search for the GD image test script I posted.
2. The image dimensions or other related variables have been confounded during editing (However, this would be consisitent).
3. You are using GD1 - GD1 is a known picture killer. It's use is only justified if your gallery contains nothing but pure color GIFs. Upgrade to GD2 or use IM. If you are taking pictures with dark black backgrounds, GD1's palette will fill with black colors, and the rest of your picture will be black.
87-GN,
The answer is in the error:
Warning: ImageCreateFromJpeg: No JPEG support in this PHP build
Whoever compiled GD on your server forgot to add the JPEG library. GD can't work with JPEGs until it is compiled with the external library.