![]() |
open_basedir restriction in effect - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Bug Reports (https://forum.opendocman.com/forum-8.html) +--- Thread: open_basedir restriction in effect (/thread-564.html) |
open_basedir restriction in effect - jathalls - 11-16-2012 Hi I have tried to install OpenDocMan using the Softaculous installer from my cpanel. The installation all succeeds, but when i try to go to the ODM page I get a warning:- is_file() [function is-file]: open_basedir restriction in effecct. File (plug-ins/index.html/index.html_class.php) is not within the allowed path)s) ![]() It allows me to log in as administrator, but goes to a page with the same warning and a warning that it cannot modify header information, and the page just has a logo and a link to the OpenDocMan v 1.2.6.2 manual. Any idea where i go from here? please? Justin Re: open_basedir restriction in effect - Guest - 03-22-2013 Hi I have the same problem. Installation works fine but after starting the same error message is displayed and I can´t log in as admin. Is there any help??? Kind regards Re: open_basedir restriction in effect - pat46fr - 05-23-2013 I have the same problem too. Please someone has an idea for the solution? My odm is blocked and noone cant work with. Sorry for my english. Pat Re: open_basedir restriction in effect - Stephen - 05-24-2013 Disable open_basedir for your site. Re: open_basedir restriction in effect - pat46fr - 05-24-2013 thank for your reponse but where i can disable open_basedir. I have look in my php.ini and there is these lines: Code: ; open_basedir, if set, limits all file operations to the defined directory I think the option open_basedir is disabled and the problem is already exist. Can i specifie this option in other place? An another idea?? thanks Pat Re: open_basedir restriction in effect - Stephen - 05-24-2013 Put a phpinfo() somewhere in a file to see if open_basedir is truly disabled for your site. I don't think you would be getting that warning if it was disabled. Re: open_basedir restriction in effect - pat46fr - 05-24-2013 I have do that in odm dir and y have a line: Code: open_basedir /home/communed:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp no value open_basedir is activated?? If yes where and how can i modify that?? I thinked in my php.ini but it was disabled in this file (previous post) and i bon't understand where this option is activated. Thanks, Pat |