The require() I'm using in a PHP script has stopped working after I
moved from PHP4 and Apache 1.3.x to PHP5 and Apache 2.x. Now I get
messages like this:
Warning: main(/includes/ReloadScript.ht ml) [function.main]: failed to
open stream: No such file or directory in
/usr/local/www/htdocs/main/AOLCompression. php on line 14
Fatal error: main() [function.requir e]: Failed opening required
'/includes/ReloadScript.ht ml' (include_path=' .:/usr/local/lib/php') in
/usr/local/www/htdocs/main/AOLCompression. php on line 14
I've seen references to the problems, but no workarounds or solutions.
What's the status? Is there a way around it?
--
Transpose hotmail and mxsmanic in my e-mail address to reach me directly.
moved from PHP4 and Apache 1.3.x to PHP5 and Apache 2.x. Now I get
messages like this:
Warning: main(/includes/ReloadScript.ht ml) [function.main]: failed to
open stream: No such file or directory in
/usr/local/www/htdocs/main/AOLCompression. php on line 14
Fatal error: main() [function.requir e]: Failed opening required
'/includes/ReloadScript.ht ml' (include_path=' .:/usr/local/lib/php') in
/usr/local/www/htdocs/main/AOLCompression. php on line 14
I've seen references to the problems, but no workarounds or solutions.
What's the status? Is there a way around it?
--
Transpose hotmail and mxsmanic in my e-mail address to reach me directly.
Comment