Hi,
I'm trying to get php 4.0.6 to run with Zeus using FastCGI. To test the php installation I accessed a page called index.php that contains only <?php phpinfo(); ?> but that produces this error:
Warning: Failed opening '' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/include/php:/usr/local/bin/php') in Unknown on line 0
This seems very odd given that a) it specifies no file that failed opening and b) permissions of the php.index file and the include path directories are readable by all users. I have even started the php fastcgi runners as root to check the permissions aspect of this.
Any ideas? Help of any sort would be greatly appreciated.
Thanks,
Dave De Graff