Of course, I did set sendmail_from. What happened? It turned out, after a little poking around, that php.ini was not being read. I had placed it into C:/WINDOWS. The configuration: WinXP, Apache2.0, MySQL, PHP. The key turned out to be the Apache2.0 httpd.conf file, PHPINIDIR needed to be pointed to C:/WINDOWS/php.ini (if you moved it there). The most frustrating part was that there were no error messages.
Posted by torque at December 1, 2004 1:49 PM | TrackBackThanks for this post, helped me out!
Posted by: Matt at February 2, 2005 9:46 AMThank you soo much! You ended hours of grief for me!
The PHP install file failed to mention that the PHPIniDir would change depending on your installation directory (though now looking back, it is just common sense).
I had PHP 4 installed differently, and wasn't using the PHPIniDir attribute in my httpd.conf file, so it was never an issue before.
Posted by: Adrian at March 2, 2005 8:34 AMHi am having the same problem everything is installed in its respective directory. But i still get that error message.
Posted by: Roddy at February 7, 2006 9:48 AM