|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-12-28 17:23 UTC] thomas at koms dot dk
Getting this error wasent the error fixed in 4.3.0 final Thomas Warning: main(language/lang-.php) [function.main]: failed to create stream: No such file or directory in C:\webserver\web\mainfile.php on line 75 Warning: main() [function.main]: Failed opening 'language/lang-.php' for inclusion (include_path='.;c:\php4\pear') in C:\webserver\web\mainfile.php on line 75 Warning: head(themes//theme.php) [function.head]: failed to create stream: No such file or directory in C:\webserver\web\header.php on line 36 Warning: head() [function.head]: Failed opening 'themes//theme.php' for inclusion (include_path='.;c:\php4\pear') in C:\webserver\web\header.php on line 36 Fatal error: Call to undefined function: themeheader() in C:\webserver\web\header.php on line 68 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 21:00:01 2025 UTC |
Same here... Windows XP (SP1) PHP 4.3.0 (SAPI.. but tried CGI executable as well - no luck) Apache 2.0.43 Warning: main(/me/include/config.php) [function.main]: failed to create stream: No such file or directory in E:\http\me\index.php on line 3 Fatal error: main() [function.main]: Failed opening required '/me/include/config.php' (include_path='.;e:\http') in E:\http\me\index.php on line 3 ..and the code... require('/me/include/config.php'); And the same is true for include(). Either I'm being really daft configuring PHP/Apache... or this is actually a bug - and I do have it. Either way, I'm officially going insane. Hope I've been of some kind of help...