Well, now I'm running into an issue, but I'm not sure what it's from.
When trying to upload an image:
Code:
Warning: move_uploaded_file(/vbulletin/imagehosting/tmp_85764624db6ab9935) [function.move-uploaded-file]: failed to open stream: No such file or directory in /vbimghost.php on line 640
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpjcIXRe' to '/vbulletin/imagehosting/tmp_85764624db6ab9935' in /vbimghost.php on line 640
Warning: imagecreatefromjpeg(/vbulletin/imagehosting/85764624db6aba8d1.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 127
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 130
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/vbulletin/imagehosting/85764624db6aba8d1.jpg' for writing in /includes/vbimghost_include.php on line 135
Warning: imagedestroy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 156
Warning: getimagesize(/vbulletin/imagehosting/85764624db6aba8d1.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /vbimghost.php on line 695
Warning: filesize() [function.filesize]: stat failed for /vbulletin/imagehosting/85764624db6aba8d1.jpg in /vbimghost.php on line 696
When trying to delete that uploaded file (because it's blank), I get this:
Code:
Warning: unlink(/vbulletin/imagehosting/85764624db3ba8dab.jpg) [function.unlink]: No such file or directory in /vbimghost.php on line 897
I have chmodded the upload directory (/vbulletin/imagehosting) to 777, but I still get this error.
Any ideas?