toasterintheoven
Hi, I'm getting the following warnings at <a href="johnhu.frihost.org/newfile.php">link</a>,
Warning: move_uploaded_file(latest.img) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 19
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phphQNg0k' to 'latest.img' in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 19
Warning: fopen(latest.img) [function.fopen]: failed to open stream: No such file or directory in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 20
Warning: filesize() [function.filesize]: stat failed for latest.img in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 21
And this is my PHP script, do you know if this is something I can change? Or if there's another way of doing this?
Warning: move_uploaded_file(latest.img) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 19
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phphQNg0k' to 'latest.img' in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 19
Warning: fopen(latest.img) [function.fopen]: failed to open stream: No such file or directory in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 20
Warning: filesize() [function.filesize]: stat failed for latest.img in /home/toasteri/domains/johnhu.frihost.org/public_html/newfile.php on line 21
And this is my PHP script, do you know if this is something I can change? Or if there's another way of doing this?
