I am setting up Apache/PHP/MySQL, latest versions on a new XP laptop.
I have installed from MSI files into c:/programfiles as on my working PC on which the server works fine (eventually). I have tried many changes to httpd.conf and php.ini and have copied the ones from the working PC.
Now when I try to access a php document in the root directory I get a blank screen and Apache error log says:
PHP Warning: require_once(SAM/php_sam.php) [function.require-once]: failed to open stream: No such file or directory in sam_factory on line 1
[Thu Feb 15 19:08:31 2007] [error] [client 10.1.68.210] PHP Fatal error: require_once() [function.require]: Failed opening required 'SAM/php_sam.php' (include_path='.;C:\php5\pear') in sam_factory on line 1
Other sites suggest putting ; before php_sam.dl in the extensions on php.ini but this line doesn't appear, making this solution difficult.
Any other ideas??