Quote:
Originally Posted by AndrewD
From the look of your error message, you've got the LDM admin setting *local_file_root* turned off (i.e. store files outside the web directory), and your web server has open_basedir set, so that PHP is only allowed to access files in the named directories. The message says that your upload directory is not within the space allowed by open_basedir.
If everything was working before and none of these settings have changed, I find that strange.
I imagine that you mean to have *local_file_root* turned on (presumably you want to store your uploads in a subdirectory of your forums directory). Easiest approach is
* clear the upload directory and save the settings
* set local_file_root on and save the settings
* reset the upload directory
|
thank you that helped, works fine now.