• I have a problem when clicking on images (the directory images is well chmod 777) here the message error:
    Warning: is_writable(): open_basedir restriction in effect. File(/home/www.celebrites-selection.com/blog/wp/images) is not within the allowed path(s): (/home/httpd/vhosts/celebrites-selection.com/httpdocs:/tmp) in /home/httpd/vhosts/celebrites-selection.com/httpdocs/blog/wp/wp-admin/upload.php on line 22
    what is those htttpdocs:/tmp?
    thanks

Viewing 1 replies (of 1 total)
  • httpdocs is simply the place that your html files are in on the server – you can ignore that
    /tmp is where the image goes.
    It actually uploads to /tmp, then when it is fully uploaded it automatically gets move to your uploads folder – again, it’s the way servers work
    I do not know what open_basedir is though .. contact your host ?

Viewing 1 replies (of 1 total)
  • The topic ‘problem with images’ is closed to new replies.