I have searching the web all day. Does anyone why my Apache server will sometimes display a "Page cannot be displayed" error when accessing PHP files? Below is a link to my new forum, when you try and register is gives this error often.
Page cannot be displayed error
A lil' tricky, this one. Not sure I can give you a good answer.
First off, the error message you are quoting is an Internet Explorer message, not one from Apache. Nonetheless, the error is being caused because the server is trying to point someplace the browser can't reach.
I'm certainly not sure; but looking at the source for phpBB, I'm wondering if your configuration is exactly right, because the line that I think is the problem is:
include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
I might start, then, by making sure that $phpEX is correctly defined in wherever the heck it's supposed to be defined...
(I did look --- but "grep phpEX *" in a phpBB folder produces several screens worth of output ... and that doesn't include subdirs...) :eek:
Maybe they have something in their docs at sourceforge ...
The following error shows up in my Apache error log:
(OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
Does anyone know what this is?