rasheed771982 Posted June 22, 2008 Share Posted June 22, 2008 I am new to PHP there is an error im my site : Faild Opening 'FileName' for inclusion (Include_Path='.:/usr/local/lib/php') what is this path how can i go there Link to comment https://forums.phpfreaks.com/topic/111326-help-please/ Share on other sites More sharing options...
Bendude14 Posted June 22, 2008 Share Posted June 22, 2008 That is the path on the server. are you trying to include a file like this? If so post the code <?php include('filename.inc.php'); ?> Link to comment https://forums.phpfreaks.com/topic/111326-help-please/#findComment-571491 Share on other sites More sharing options...
rasheed771982 Posted June 22, 2008 Author Share Posted June 22, 2008 but what is /usr/local/lib/php where is that? Link to comment https://forums.phpfreaks.com/topic/111326-help-please/#findComment-571568 Share on other sites More sharing options...
abdfahim Posted June 22, 2008 Share Posted June 22, 2008 can you post a portion of the code in your page? Link to comment https://forums.phpfreaks.com/topic/111326-help-please/#findComment-571570 Share on other sites More sharing options...
rasheed771982 Posted June 22, 2008 Author Share Posted June 22, 2008 require_once('/www/config_files/config_dir.inc.php'); require_once('/www/settings/somefile.inc.php'); where i can find these files?? Link to comment https://forums.phpfreaks.com/topic/111326-help-please/#findComment-571582 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.