Can't find the delete button.. =/
**********
Originally I had this script installed on an UNIX account with my webhost provides, unforutnatly the excess image files chomped up too much of my bandwidth and I had to find an alternate place to put them. They wound up on an apache server on my hard drive. (Win 98 SE / running EasyPHP server (basically apache/php4/mysql)
The first time I installed it I used the net PBM files from the old UNIX install. I read a bit of the FAQ, realized my error and got the windows versions..
Still didn't work. I put the programme into debug mode and it still seems to be looking for the netpbm files without the .exe extention.
"C:Program FilesEasyPHPwwwnetpbmjpegtopnm" "c:program fileseasyphpwwwgalleryalbumspicsadmungo.jpg" | "C:Program FilesEasyPHPwwwnetpbmpnmscale" -xysize 100 100 | "C:Program FilesEasyPHPwwwnetpbmppmtojpeg" -- quality=75 > "c:program fileseasyphpwwwgalleryalbumspicsadmungo.thumb.jpg"
Is there anyway to fix this?
Posts: 487
That isn't your problem, your problem is that you are using windows 98.
You need to edit platform/fs_win32.php. Look for 'cmd.exe' and change it
to 'command.com' I believe this is mentioned in the User Guide someplace.
If it still doesn't work after then, then you have some other configuration
problem.