I am getting a "Warning: include() [function.include]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/[DIR]/templates/file.inc) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp)" error when I try to open a page with php. Is there anything I can do?
My includes are written as
include($_SERVER['DOCUMENT_ROOT'].'/[DIR]/functions/file.php');
Any assistance would be appreciated.
