ID: 21674 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *URL Functions Operating System: Cobalt RAQ4 Apache/Linux PHP Version: 4.3.0 New Comment:
So it turns out that this is not a bug in PHP :) Previous Comments: ------------------------------------------------------------------------ [2003-01-16 18:17:58] [EMAIL PROTECTED] I may have debugged the problem. Actually, the problem is more of a very bad Error Message than a functionality issue. Specifically, my script's end result is to create a dynamic page (index.html) the web root path/directory from which the script is executed and in which the index.html file is to be written to was did not have "w" write permissions. So instead of PHP stating that it could not write to /home/sites/site3/web/ due to an authorization issue it sent: Warning: main(lang.php) [function.main]: failed to create stream: No such file or directory in /home/sites/site2/web/IV/config.php on line 97 Warning: main() [function.main]: Failed opening 'lang.php' for inclusion (include_path='') in /home/sites/site2/web/IV/config.php on line 97 Warning: main(extras.php) [function.main]: failed to create stream: No such file or directory in /home/sites/site2/web/IV/config.php on line 98 Warning: main() [function.main]: Failed opening 'extras.php' for inclusion (include_path='') Which is grossly misleading and only sends one off on a "wild goose" chase. Thanks. ------------------------------------------------------------------------ [2003-01-15 23:29:05] [EMAIL PROTECTED] The script worked like a charm prior to upgrade to php 4.3.0 ------------------------------------------------------------------------ [2003-01-15 23:27:01] [EMAIL PROTECTED] What do you mean when you say that my include_path is empty? ------------------------------------------------------------------------ [2003-01-15 23:25:35] [EMAIL PROTECTED] Your error is from include not require, are you sure this is the correct code? Require is fatal; something is fishy here. ------------------------------------------------------------------------ [2003-01-15 22:33:10] [EMAIL PROTECTED] and do the files: /home/sites/site2/web/IV/lang.php /home/sites/site2/web/IV/extras.php exist? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21674 -- Edit this bug report at http://bugs.php.net/?id=21674&edit=1