|
path
Forgot I put it in two places: GOT IT! 1) Need to add my root dir to php.ini include_path =".:/php/includes:/docnet/web;." 2) Which took me forever to figure out? When calling $DOCUMENT_ROOT in a function. You must make it global. hmm... Don't quit understand since it is a system variable, but I guess it makes since because I called it in a function. Hope this helps someone from lack documentation (at least I couldn’t find any other than forum questions and responses) on $DOCUMENT_ROOT and how to set the value…
|