V6: Warning: Unknown: open_basedir restriction in effect. File(/home/trystan/error.log) is not within the allowed path(s)
Submitted by fversteegen on Wed, 18/09/2013 - 07:52
I recently installed V6 on my webserver. After creating a new database from my previous installation and forcing the "$default_engine = Engine::MYSQL;" so that it uses MySQL I get the following error:
Warning: Unknown: open_basedir restriction in effect. File(/home/trystan/error.log) is not within the allowed path(s): (/home/verste21/:/tmp:/usr/local/lib/php/) in Unknown on line 0
It looks like this has something to do with the Apache configuration. I cannot change my Apache configs (Shared webserver). As it points to a folder in /home/trystan I guess it is something that is inside the code.
Can anyone point me in the right direction?
EDIT: nevermind. Discovered the error in .htaccess by changing the <Files index.php> folder
V6: Warning: Unknown: open_basedir restriction in effect. File(/home/trystan/error.log) is not within the allowed path(s)
Submitted by fversteegen on Wed, 18/09/2013 - 07:52I recently installed V6 on my webserver. After creating a new database from my previous installation and forcing the "$default_engine = Engine::MYSQL;" so that it uses MySQL I get the following error:
Warning: Unknown: open_basedir restriction in effect. File(/home/trystan/error.log) is not within the allowed path(s): (/home/verste21/:/tmp:/usr/local/lib/php/) in Unknown on line 0
It looks like this has something to do with the Apache configuration. I cannot change my Apache configs (Shared webserver). As it points to a folder in /home/trystan I guess it is something that is inside the code.
Can anyone point me in the right direction?
EDIT: nevermind. Discovered the error in .htaccess by changing the <Files index.php> folder