can anyone rectify this error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
akilesh
Forum Newbie
Posts: 1
Joined: Sun Feb 21, 2010 12:34 am

can anyone rectify this error

Post by akilesh »

Warning: move_uploaded_file(/home/content/c/l/i/clickflick/html/admin/users_photos/main/24591591anica.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/content/54/5679854/html/admin/tasks.php on line 30

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpZRYNSf' to '/home/content/c/l/i/clickflick/html/admin/users_photos/main/24591591anica.jpg' in /home/content/54/5679854/html/admin/tasks.php on line 30

Warning: move_uploaded_file(/home/content/c/l/i/clickflick/html/admin/users_photos/24756578ani_small.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/content/54/5679854/html/admin/tasks.php on line 46

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpWTzGKI' to '/home/content/c/l/i/clickflick/html/admin/users_photos/24756578ani_small.gif' in /home/content/54/5679854/html/admin/tasks.php on line 46

Warning: Cannot modify header information - headers already sent by (output started at /home/content/54/5679854/html/admin/tasks.php:30) in /home/content/54/5679854/html/admin/tasks.php on line 63
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: can anyone rectify this error

Post by requinix »

Post Reply