Jaffa
12-30-2009, 08:48 PM
Hi Again,
I am trying to build an upload facility with PHP.I have it working perfectly on a WAMP server PHP5. But when I try and implement it here I am getting an error:
Cannot open image file.PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0
PHP Warning: getimagesize(E:/web/gtphotograp/htdocs/test/Gallery/Fight1/Fight1_Sport3.jpg) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: No such file or directory in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 107
PHP Warning: imagecreatefromjpeg(E:/web/gtphotograp/htdocs/test/Gallery/Fight1/Fight1_Sport3.jpg) [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: failed to open stream: No such file or directory in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 115
PHP Warning: imagecreatetruecolor() [<a href='function.imagecreatetruecolor'>function.imagecreatetruecolor</a>]: Invalid image dimensions in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 122
PHP Warning: Division by zero in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 123
PHP Warning: Division by zero in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 124
PHP Warning: Division by zero in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 133
PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 136
From what I have been able to deduce Googling is that it has something to do with temporary file, but that is all I can work out.
Anyone able to help?
Thanks
I am trying to build an upload facility with PHP.I have it working perfectly on a WAMP server PHP5. But when I try and implement it here I am getting an error:
Cannot open image file.PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0
PHP Warning: getimagesize(E:/web/gtphotograp/htdocs/test/Gallery/Fight1/Fight1_Sport3.jpg) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: No such file or directory in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 107
PHP Warning: imagecreatefromjpeg(E:/web/gtphotograp/htdocs/test/Gallery/Fight1/Fight1_Sport3.jpg) [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: failed to open stream: No such file or directory in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 115
PHP Warning: imagecreatetruecolor() [<a href='function.imagecreatetruecolor'>function.imagecreatetruecolor</a>]: Invalid image dimensions in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 122
PHP Warning: Division by zero in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 123
PHP Warning: Division by zero in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 124
PHP Warning: Division by zero in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 133
PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in E:\web\gtphotograp\htdocs\test\scripts\commonFunct ions.php on line 136
From what I have been able to deduce Googling is that it has something to do with temporary file, but that is all I can work out.
Anyone able to help?
Thanks