I'm having trouble with a new install of bitweaver. I've put it in the /www/bitweaver directory so the url to access the index should be xxx.net/bitweaver/index.php but when I do that I get the following errors:
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/xxx:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/xxx/public_html/bitweaver/kernel/preflight_inc.php on line 24
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/bitweaver/kernel/preflight_inc.php:24) in /home/xxx/public_html/bitweaver/index.php on line 48
Sounds like it finds the index.php, but that PHP is looking for the wrong directory to run bitweaver. Any suggestions on what the problem is?
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/xxx:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/xxx/public_html/bitweaver/kernel/preflight_inc.php on line 24
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/bitweaver/kernel/preflight_inc.php:24) in /home/xxx/public_html/bitweaver/index.php on line 48
Sounds like it finds the index.php, but that PHP is looking for the wrong directory to run bitweaver. Any suggestions on what the problem is?