Hi guys,
Hope I can get some help here. I have a flash swf sending image to php and
then using swift mailer to send an email. It works great on a test server
but when I move it to my dedicated server, it does not work. I now get a
Stream Error + Internal Server Error when sending. php_error.log shows:
[15-May-2012 19:08:53 UTC] PHP Fatal error: Uncaught exception
'Swift_TransportException' with message 'Process could not be started [The
system cannot find the path specified.
]' in
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\Strea mBuffer.php:300
Stack trace:
#0
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\Strea mBuffer.php(62):
Swift_Transport_StreamBuffer->_establishProcessConnection()
#1
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\Abstr actSmtpTransport.php(117):
Swift_Transport_StreamBuffer->initialize(Array)
#2
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\Sendm ailTransport.php(57):
Swift_Transport_AbstractSmtpTransport->start()
#3
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Mailer.php(79):
Swift_Transport_SendmailTransport->start()
#4 C:\Zend\Apache2\htdocs\blahblah\emailtest\sendemail.php(20):
Swift_Mailer->send(Object(Swift_Message))
#5 {main}
thrown in
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\Strea mBuffer.php
on line 300
Any one know what's going on? There a server/php setting I need to change?
Thanks in advance