avatar problem

Rated_R

New Member
when eve i put url this error msg appear

Code:
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/warezcen/:/usr/lib/php:/usr/local/lib/php:/tmp) in [path]/includes/class_upload.php on line 275

There was an error encountered with your upload:

* Upload failed due to failure writing temporary file.
 
The problem is that either the temp folder is not writable or they have restricted the use of file open or PHP is not configured correctly to point to the correct temp file location. In any event it requires hosting support intervention to fix it.
 
Where is the tmp file that you changed the permissions on? That error is saying that it is outside your webroot and therefore not accessible. I am still betting that your ISP has changed something or misconfigured PHP.
 
bluescorpion said:
Where is the tmp file that you changed the permissions on? That error is saying that it is outside your webroot and therefore not accessible. I am still betting that your ISP has changed something or misconfigured PHP.

from where i can fix this ???ftp or cpanel?
 
Back
Top