I'm trying to install a script and this comes up I'm supposed to put the path to the php, and i used the <?php phpinfo(); ?> code and i got the path and it was /usr/local/lib/php and that came up.I'm kind of confused as to how to solve this. Anybody got any ideas?
What is the line in /home/www/sport-buzz.com/ff/offlconfig.php which tries to open this file? It's a regular inclusion of another piece of PHP (the lib/functions.php file) - such a scenario shouldn't require you to provide locations to the real php or its libraries.
Thats what the install says about it $DOC_ROOT = "/apache/htdocs/path"; Code (markup): thats the line
if somebody wants to see the PHP info and help me out please pm me, i don't want everybody looking at the PHP info
I think $DOC_ROOT should be somthing like /home/site_account_name/htdocs/path it will be nice if you can paste your file contents .Or tell us what script you are trying to install