fomalhaut
Member
- Messages
- 107
- Reaction score
- 0
- Points
- 16
Hello.
I've these messages when I execute the index.php file of my site :
Warning: include(ident.php) [function.include]: failed to open stream: No such file or directory in /home/usr/public_html/index.php on line 15
Warning: include() [function.include]: Failed opening 'ident.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/usr/public_html/index.php on line 15
Line 15 is : include('ident.php');
Am I obliged to put my php scripts (e.g. "ident.php" in this directory : /usr/lib/php or /usr/local/lib/php ? or can I change the include path and if yes, where ?
Thanks for your help.
I've these messages when I execute the index.php file of my site :
Warning: include(ident.php) [function.include]: failed to open stream: No such file or directory in /home/usr/public_html/index.php on line 15
Warning: include() [function.include]: Failed opening 'ident.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/usr/public_html/index.php on line 15
Line 15 is : include('ident.php');
Am I obliged to put my php scripts (e.g. "ident.php" in this directory : /usr/lib/php or /usr/local/lib/php ? or can I change the include path and if yes, where ?
Thanks for your help.