Image error

MSDarkSpirit

New Member
Why I can get errors while uploading pictures?

This is the error:
Code:
Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 6045 is not allowed to access /tmp/vbthumbi4Nqar owned by uid 2001 in [path]/includes/class_image.php on line 333

Warning: fopen(/tmp/vbthumbi4Nqar) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_image.php on line 333

And

Code:
Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 6045 is not allowed to access /tmp/vbuploadaVsdbz owned by uid 2001 in [path]/includes/class_upload.php on line 281

Warning: fopen(/tmp/vbuploadaVsdbz) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_upload.php on line 281

Thank You.
 
If you don't have access to php.ini then you need to call your ISP support and tell them to turn it off for you. It has nothing to do with whether or not you are a newbie. If you are on a shared server your hosting company needs to fix it.
 
Back
Top