When I try to upload an image (Insert/Edit image button> Browse Server button >choose a file, click Upload), nothing happens. No errors, but the file does not appear. So, I close the browser and image dialogs. After that, when I save the node (this is Drupal), this is the error I get:
warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/var/www/vhosts/blahblah.org/httpdocs/files/badaboum_arton3804-c95f9.jpg) is not within the allowed path(s): (/var/www/vhosts/blahblah.org/httpdocs:/tmp) in /var/www/vhosts/blahblah.org/drupal-6.13/sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/commands.php on line 211.
(three other similar errors but with move_uploaded_file(), is_file() on line 221 and file_exists() on 244).
The strangest thing is that as you can see "/var/www/vhosts/blahblah.org/httpdocs/" is in the open_basedir allowed paths lists.
I'm also getting silent errors (missing files with FCK). I have no idea if this is related:
where URL
http://blahblah.org/sites/all/modules/fckeditor/fckeditor/editor/sites/all/themes/amn/style-fck.css
IS not found Referrer
http://blahblah.org/sites/all/modules/fckeditor/fckeditor/editor/fckeditor.html?InstanceName=oFCK_1&Toolbar=DrupalFiltered
Thanks for any help or suggestions you can provide.
Using FCKeditor_2.6.4 in Drupal 6.13, php 5.1.6.