Bug 130655 - PHP Failure
Summary: PHP Failure
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: unspecified
Hardware: x86-64 SuSE Linux 10.0
: P5 - None : Critical
Target Milestone: SUSE Linux 10.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 22:11 UTC by Alex Theochari
Modified: 2005-10-25 23:05 UTC (History)
0 users

See Also:
Found By: Integration Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Theochari 2005-10-25 22:11:45 UTC
The php include( ) function can't include files. The value of include_path in my php.ini has been set to the following: 



.:/srv/www/htdocs;/usr/share/php



Even when the file to be included is in the same directory as the calling script, the include() command fails with lines like:

Warning:  main(template_top.php): failed to open stream: No such file or directory in /srv/www/htdocs/contact/sales_contact.php on line 64
even though the file template_top.php exists at 



/srv/www/htdocs
Comment 1 Alex Theochari 2005-10-25 23:05:19 UTC
Fixed