php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7434 Include failed
Submitted: 2000-10-24 10:31 UTC Modified: 2000-10-27 22:58 UTC
From: jprimke at cbs-systemhaus dot de Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.3pl1 OS: WIN2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 10 = ?
Subscribe to this entry?

 
 [2000-10-24 10:31 UTC] jprimke at cbs-systemhaus dot de
I'm use PHP under Win2000 with IIS.
with a file contens:

<HTML>
<BODY>
<?
  phpinfo();
?>
</BODY>
</HTML>

i become warning: Failed opening 'D:\web\htdocs\info.php' for inclusion (include_path='D:\web\htdocs') in Unknown on line 0

what can i do?

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-27 22:58 UTC] dbeu@php.net
edit you php.ini and check the settings for autoprepend file, autoappend file and the include path.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 21:01:32 2024 UTC