Now I got my Gallery to work. Or almost. I can't upload to it ?
I get this error :
Status: 1 (expected 0)
Error: Invalid image: 220702D.jpg!
And in my Apache log it says :
[Fri Oct 18 17:15:14 2002] [error] [client 212.10.137.33] 'C:Program' is not recognized as an internal or external command,
[Fri Oct 18 17:15:14 2002] [error] [client 212.10.137.33] operable program or batch file.
[Fri Oct 18 17:15:14 2002] [error] [client 212.10.137.33] pnmfile: EOF / read error reading magic number :???:
Any ideas ? :roll:
I use Windoze 2K
Posts: 7988
Try moving your NetPBM binaries into a path that doesn't have any spaces in it. PHP's exec code barfs when you try to exec a binary in a path with a space in it (like "Program Files")