I am using an Apache server, and have run through the installation fine, but have been struggling badly with getting the include of the config file to work.
Because my server is hosted, I do not have access to the php_include library, and cannot update php.ini. Also, I am not allowed to set php_value via .htaccess - this generates a 501 error.
I really can't find a way to solve this problem, other than editing each individual php file which refers to the config file, and putting a fully qualified path to the config file in there.
I've tried this, and those bits of the (very extensive!) directory tree I have edited start working fine.
Any suggestions on how to avoid this? It must be pretty common for those on hosted servers ...
Nick.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using an Apache server, and have run through the installation fine, but have been struggling badly with getting the include of the config file to work.
Because my server is hosted, I do not have access to the php_include library, and cannot update php.ini. Also, I am not allowed to set php_value via .htaccess - this generates a 501 error.
I really can't find a way to solve this problem, other than editing each individual php file which refers to the config file, and putting a fully qualified path to the config file in there.
I've tried this, and those bits of the (very extensive!) directory tree I have edited start working fine.
Any suggestions on how to avoid this? It must be pretty common for those on hosted servers ...
Nick.