I´m getting an error message: Warning: Failed opening '/usr/local/apache/htdocs/missing.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
Why .: ?? and how can I fix the path?
make the path:
./:/usr/local/lib/php
The ./ means the current directory, the : is a seperator, so you can have two or more include paths.
Question, did you ever get this resolved?
Try chmoding your php file. PHP files with wrong permission(in default apache conf, file not readable for nobody) cause this error message.
Heu