Error on upload photo

draque

New Member
Error in photoplog

Code:
Warning: move_uploaded_file([path]/photoplog/images/1/1_banner.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in [path]/photoplog/upload.php on line 171

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpNugjEn' to '[path]/photoplog/images/1/1_banner.jpg' in [path]/photoplog/upload.php on line 171

and when i try to upload in a post :(

Code:
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is 1759 is not allowed to access /tmp owned by uid 0 in [path]/includes/class_upload.php on line 370

Can you help me, please.
 

draque

New Member
I disable safe mode but i have this problem.

In photoplog.

Code:
Sorry, draque: Bad File - File is too Large or of the Wrong MIME Type

Code:
Warning: move_uploaded_file([path]/photoplog/images/1/1_poza2.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in [path]/photoplog/upload.php on line 171

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpAjzBkT' to '[path]/photoplog/images/1/1_poza2.jpg' in [path]/photoplog/upload.php on line 171
 
Top