Bugzilla – Bug 130655
PHP Failure
Last modified: 2005-10-25 23:05:19 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
Fixed