Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15345
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Pear enviroment variable error Wamp Windows 7 config |
| Date | 2015-05-20 23:01 +0200 |
| Organization | solani.org |
| Message-ID | <mjisml$eip$1@solani.org> (permalink) |
| References | <1409c703-6cac-4dae-9c3d-6f775fadb69b@googlegroups.com> |
jans wrote: > Errors in PHP log: > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > ------- > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? First thing that makes me wonder is that apparently an index.php is to be included via require(_once). That's well possible, but it's somewhat uncommon. The next thing that comes to mind are the error locations: "Unknown on line 0". That happens typically when PHP is already in the shutdown sequence. Is there a shutdown handler registered, that requires the mentioned index.php? -- Christoph M. Becker
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 08:46 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 12:59 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 11:18 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 16:03 -0400
Re: Pear enviroment variable error Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-20 23:01 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:23 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:29 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 16:17 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:49 -0700
Re: Pear enviroment variable error Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-21 15:06 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 17:28 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 22:27 -0400
Re: Pear enviroment variable error Wamp Windows 7 config Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-05-21 16:38 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-21 17:07 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-23 10:59 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 10:55 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 14:12 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 15:51 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 19:06 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:16 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 21:26 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:44 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-27 09:51 -0700
csiph-web