Unable to upload/show images (WinXP SP1, Apache2, PHP 4.3.4)
-=hepatic=-
Joined: 2004-10-17
Posts: 1 |
![]() |
Sorry, but i don't think that's it either! The whole problem with this is that it's random. I've been trying to upload one set of photos for 3 days, and it just hangs. After a slight change to PHP.INI it uploaded some fine, then it hung again. I've tried different versions of php (currently using 5.0.1), and both netpbm and imagemagik and nowt is solving it. It's not a browser issue 'cos i've tried both IE and Firefox, and i'm not getting any error messages to help pin point it either... |
|
jv4002
Joined: 2005-04-24
Posts: 1 |
![]() |
> If you've been stuck with a similar problem and switching to ImageMagick did it for you, please chime in! (At least then I can regain some confidence that I'm not crazy.) A few months later, this is what fixed it for me too. Same issues with netpbm exactly as niftyken described in his excellent problem description post. I tried all the other tricks suggested in the forums and FAQ. Nothing helped and after a day of futzing around with it and being ready to drop the whole gallery thing (the whole point of using it being the elegant simplicity of gallery management that it seems to deliver), I happened across this thread, switched to ImageMagick and things work like a charm now (so far at least). Note that this failure of hanging on the upload window only occurred on larger files that I had shot with a Canon EOS Rebel (~3.5-4MB jpgs). Smaller pictures shot with other cameras had no issues. So this is either jpegtopnm choking on large files or choking on jpeg images produced by certain cameras (latter is unlikely because the jpeg standard is fairly well defined) |
|
Uli60
![]()
Joined: 2005-06-03
Posts: 2 |
![]() |
niftyken wrote:
Hey, superfriends! Just wanted to report that before I decided to throw in the towel and start over from scratch, I decided to try one last thing (right... "one last thing) -- I removed NetPBM and tried ImageMagick instead. The upload hanging problem went away! (Well, it certainly couldn't hang on jpegtopnm.exe anymore. That's a NetPBM thing.) ... I'm running into similar problems with Gallery 1.5 c:\-exepath-\jpegtopnm e:\-pathtoimage-\IMG_0065.jpg | c:\-exepath-\pnmscale -xysize 150 150 | c:\-exepath-\pnmtojpeg --quality=90>e:\-pathtoimage-\IMG_0065.thumb.jpg (original -exepath- and -pathtoimage- replaced with short naming) Reviewing FAQ, a solution is to upgrade to the newest Gallery version ... I've always the newest 1.x version !! -> 1.5 =:-O I've found your post and descided to switch from NetPBM to ImageMagick, and hey, problem solved ! =;-))) and .... my system configuration: so answer about "Not a JPEG file" regards, uli ;-) |
|
brettl
Joined: 2005-06-27
Posts: 1 |
![]() |
Okay, so with Image Magick installed, it's installed to the default directory (under program files). Now, what do you type in for your path in the Gallery web setup section? C:/program files/image magick (i.e.)? Thanks! Brett |
|
Uli60
![]()
Joined: 2005-06-03
Posts: 2 |
![]() |
brettl wrote:
Okay, so with Image Magick installed, it's installed to the default directory (under program files). Now, what do you type in for your path in the Gallery web setup section? C:/program files/image magick (i.e.)? Thanks! correct. but what i've first seen, the space in the path .... btw. i'm installed cygwin on my machine, so i've also installed regards, uli ;-) |
|