MarkKreitler
Joined: 16 Feb 2009 Posts: 1
|
Posted: Mon Feb 16, 2009 10:33 am Post subject: include_path |
|
|
I want to use the facebook php libraries, which means I need to use require_once() to include them in my scripts.
When I try, require_once() failes, which I assume is related to a bad include_path.
I've gotten my own copy of php.ini and modified the include path, but I'm still getting the error. My questions are:
1) How do I modify the include_path in php.ini to include a subtree named 'includes/php' below my home directory?
2) Once I correctly modift my php.ini, how do I restart the web server to recognize the change?
3) If the error persists, how can I get additional diagnostic information describing the failure of require_once()?
Thanks in advance for any help.
Kreitler |
|