Bug 130655

Summary: PHP Failure
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Alex Theochari <a.theochari>
Component: OtherAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: unspecified   
Target Milestone: SUSE Linux 10.1   
Hardware: x86-64   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Integration Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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