I'm getting the same error. From my IIS log, it looks like it's trying to get a file called function.getimagesize ...
Quote:
Warning: getimagesize(/hosted/images/screenie2-upload.jpg) [function.getimagesize]: failed to open stream: No such file or directory in \image_host.php on line 115
unable to get image size
|
Quote:
2006-01-05 03:00:29 192.168.1.1 POST /boards/image_host.php do=upload 80 - 192.168.1.254 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.8)+Gecko/20051111+Firefox/1.5 200 0 0
2006-01-05 03:00:39 192.168.1.1 GET /boards/function.getimagesize - 80 - 192.168.1.254 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.8)+Gecko/20051111+Firefox/1.5 404 0 2
|
I'm using IIS 6 on Windows 2003, with PHP 5.0.5 and MySQL 4.1.13-nt. Any ideas?