Alcom Posted October 4, 2002 Share Posted October 4, 2002 I have installed an additional directory inside catalog directory to handle a separate department in my store. It runs fine on my local computer under windows and Apache, however when I try to use it on my business server I get this error when trying to open this second directory (the main directory opens fine): Fatal error: Failed opening required '/includes/application_top.php' (include_path='.:') in /home/u2/informatrend/html/music/default.php on line 8 Does it have anything to do with php.ini configuration or Apache web server configuration? Thanks, David Link to comment Share on other sites More sharing options...
ChriZ Posted October 4, 2002 Share Posted October 4, 2002 you should define the include-path within the php configuration (since it's a php feature) - normally you find those settings in "php.ini". good luck Link to comment Share on other sites More sharing options...
Alcom Posted October 4, 2002 Author Share Posted October 4, 2002 Actually to fix this problem I had to change '/includes/application_top.php' in default.php to '../includes/application_top.php' Regards, David Link to comment Share on other sites More sharing options...
imagixx Posted December 19, 2004 Share Posted December 19, 2004 you should define the include-path within the php configuration (since it's a php feature) - normally you find those settings in "php.ini".good luck <{POST_SNAPBACK}> What do I define it as??? Thanx! Link to comment Share on other sites More sharing options...
bestcigars Posted February 19, 2005 Share Posted February 19, 2005 I have installed an additional directory inside catalog directory to handle a separate department in my store. It runs fine on my local computer under windows and Apache, however when I try to use it on my business server I get this error when trying to open this second directory (the main directory opens fine):Fatal error: Failed opening required '/includes/application_top.php' (include_path='.:') in /home/u2/informatrend/html/music/default.php on line 8 Does it have anything to do with php.ini configuration or Apache web server configuration? Thanks, David <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.