|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-04-16 01:25 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 07:00:01 2025 UTC |
Description: ------------ I get this error from any page I include a file from the include_path. It works fine, but still outputs the error. Warning: main(MySQL_Password.php) [function.main.php]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\Forums\config.php4 on line 6 Reproduce code: --------------- <?php include('MySQL_Password.php') ?> Expected result: ---------------- Same, but without error. Actual result: -------------- Error message, but still works fine