Hi guys, I'm having a real tough time here.
I've recompiled Apache with the gdlib in WHM; however, when I attempt to run:
I get this:Code:error_reporting(E_ALL); // This is the temporary file created by PHP $uploadedfile = $_FILES['uploaded2']['tmp_name']; echo $uploadedfile; echo "<br/>"; echo "<br/>"; // Create an Image from it so we can do the resize $src = imagecreatefromjpeg($uploadedfile); var_dump($src);
Warning: imagecreatefromjpeg(/tmp/phpk8YWjD) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /home/gameargu/public_html/cms/htms/admin-games-image-uploaded.php on line 312
bool(false)
I can't figure out why my temporary images are not saving on the server. Is there a setting I need to change in WHM? Please help...



LinkBack URL
About LinkBacks
Reply With Quote





