Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PHP Fatal error: Uncaught exception 'Swift_TransportException'
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
HHH  
View profile  
 More options May 15 2012, 3:31 pm
From: HHH <hhhenry...@gmail.com>
Date: Tue, 15 May 2012 12:31:22 -0700 (PDT)
Local: Tues, May 15 2012 3:31 pm
Subject: PHP Fatal error: Uncaught exception 'Swift_TransportException'

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Gonzalez  
View profile  
 More options May 15 2012, 4:36 pm
From: Robert Gonzalez <robert.anthony.gonza...@gmail.com>
Date: Tue, 15 May 2012 13:36:06 -0700
Local: Tues, May 15 2012 4:36 pm
Subject: Re: [Swift Mailer] PHP Fatal error: Uncaught exception 'Swift_TransportException'

Find the file at:
C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\
StreamBuffer.php

Check out line 300 and see what it's doing. That is where the problem is.

On Tue, May 15, 2012 at 12:31 PM, HHH <hhhenry...@gmail.com> wrote:

> C:\Zend\Apache2\htdocs\blahblah\emailtest\lib\classes\Swift\Transport\Strea mBuffer.php

--

Robert Gonzalez


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
HHH  
View profile  
 More options May 21 2012, 11:03 am
From: HHH <hhhenry...@gmail.com>
Date: Mon, 21 May 2012 08:03:44 -0700 (PDT)
Local: Mon, May 21 2012 11:03 am
Subject: Re: [Swift Mailer] PHP Fatal error: Uncaught exception 'Swift_TransportException'

line 300 is the throw exception Swift_TransportException line

if ($err = stream_get_contents($pipes[2]))
    {
      throw new Swift_TransportException(
        'Process could not be started [' . $err . ']'
        );
    }

Still think it's a php setting that I need to change as it works on one
server and not another. If it helps, here's the phpinfo for:
server that works: http://dl.dropbox.com/u/41003626/phpinfo_works.htm
server that does not
work: http://dl.dropbox.com/u/41003626/phpinfo_nowork.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »