twgray
19th June 2008, 04:31
Does anyone know how to install websvn on an ispconfig system. i can install it but when I try to use it I get the following errors:
[code]
Warning: Unknown: open_basedir restriction in effect. File(/usr/share/websvn/index.php) is not within the allowed path(s): (/var/www/web3/) in Unknown on line 0
Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0
Fatal error: Unknown: Failed opening required '/usr/share/websvn/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[end]
I see the problem is with an open_basedir restriction, but how do I tell apache to include /usr/share/websvn in it's list of valid paths?
[code]
Warning: Unknown: open_basedir restriction in effect. File(/usr/share/websvn/index.php) is not within the allowed path(s): (/var/www/web3/) in Unknown on line 0
Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0
Fatal error: Unknown: Failed opening required '/usr/share/websvn/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[end]
I see the problem is with an open_basedir restriction, but how do I tell apache to include /usr/share/websvn in it's list of valid paths?