I started from scratch, and installed wamp, with soap and xml serializer, and went through each detail of the setup instructions... but I can't get past this error and I'm not finding the solution. When I got the point of opening a browser and testing the login, I get the following error:
Warning: require_once(SOAP/Base.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31
Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Base.php' (include_path='.;C:\php5\pear') in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31
Line 31 of CalemSoapRequest.php is:
require_once 'SOAP/Base.php';
The file does indeed exist at C:\wamp\php\PEAR\SOAP\Base.php so I'm not figuring out why it's not recognized.
Any help?
Thanks,
Dan