08-01-2012, 11:43 PM
(This post was last modified: 08-01-2012, 11:44 PM by Reinhard_G.)
(07-30-2012, 02:46 PM)bene Wrote: Hello,Hello, bene,
anytime if I try to upload a file I got the message:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home) is not within the allowed path(s): (/usr/local/php/lib/php/:/home/www/:/usr/bin/:/tmp:/usr/local/php52/lib/php/) in /home/www/web145/html/dms/Core/Core/inc.FileUtils.php on line 64
-- snip --
please have a look to your php.ini file. Add your path of the data directory to the line "open_basedir". The delimiter is a colon ( : ). You must restart the web server.
Regards.
Reinhard