Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Mar 2007
    Location
    Worcester UK
    Posts
    127
    Plugin Contributions
    0

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    I have the same problem.
    I have just upgraded to 1.3.7 (including databse)
    and tried a test order, pay by check, and, acting as a customer got
    "email error:could not execute /usr/sbin/sendmail"


    permissions on class.phpmailer.php are they are.
    owner/ read write
    group/ read
    others/ read

    I cant say what was happening before upgrade, cos I couldn't even register a customer on the previous version...it just kept returning
    create customer page, although that was when I had a shared SSL, and I am not using one at the moment just to keep it less complicated.

    if the error is "could not execute" do I need to change the permissions?
    Only guessing,
    cheers
    kevin_a

  2. #12
    Join Date
    Mar 2007
    Location
    Worcester UK
    Posts
    127
    Plugin Contributions
    0

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Ahh
    Found the Email transport method which had defaulted to sendmail
    When I changed to PHP, the process processed and I got the emails as customer and store owner.
    kevin_a

  3. #13
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Indeed, 'could not execute /usr/sbin/sendmail' can well mean you do not have the correct permissions to execute this directly, nor will you get them, or as likely, we do not use sendmail, so it does not exist.

  4. #14
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Quote Originally Posted by Chuckl View Post
    Indeed, 'could not execute /usr/sbin/sendmail' can well mean you do not have the correct permissions to execute this directly, nor will you get them, or as likely, we do not use sendmail, so it does not exist.
    Well, I do have the latest ZC and the XSS security update on it, all permissions like instructed and I have installed other shops before and I know where I should change the email option for PHP but frankly I do not see that option there at all, but only smtp, smtpauth, sendmail and sendmail -f.

    Elli
    I may be blond but at least I found Zen.

  5. #15
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Ok, ellivir, could you use phpMyAdmin or whatever you use for database access, and check the configuration table in your database for a configuration key called EMAIL_TRANSPORT.
    Associated with that will be a column entry called set_function. Could you post the set_function column entry for EMAIL_TRANSPORT here please.

  6. #16
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Quote Originally Posted by Chuckl View Post
    Ok, ellivir, could you use phpMyAdmin or whatever you use for database access, and check the configuration table in your database for a configuration key called EMAIL_TRANSPORT.
    Associated with that will be a column entry called set_function. Could you post the set_function column entry for EMAIL_TRANSPORT here please.
    That would be like this:
    zen_cfg_select_option(array('sendmail', 'sendmail-f', 'smtp', 'smtpauth'),

    And the configuration_description:

    Defines if this server uses a local connection to sendmail or uses an SMTP connection via TCP/IP. Servers running on Windows and MacOS should change this setting to SMTP.<br /><br />SMTPAUTH should only be used if your server requires SMTP authorization to send messages. You must also configure your SMTPAUTH settings in the appropriate fields in this admin section.<br /><br />"Sendmail -f" is only for servers which require the use of the -f parameter to send mail. This is a security setting often used to prevent spoofing. Will cause errors if your host mailserver is not configured to use it.
    I may be blond but at least I found Zen.

  7. #17
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Thanks ellivir, now could you have a look at Admin-Tools-Server/Version Info for your store, the Zencart Section, and post the Database Patch level it's showing.

  8. #18
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Quote Originally Posted by Chuckl View Post
    Thanks ellivir, now could you have a look at Admin-Tools-Server/Version Info for your store, the Zencart Section, and post the Database Patch level it's showing.
    Zen Cart 1.3.7
    Database Patch Level: 1.3.7
    I may be blond but at least I found Zen.

  9. #19
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    You (or rather the upgrade process on your site) seem to somehow have skipped all or part of the 1.3.5-1.3.6 SQL database upgrade.
    Could you check the project_version_history database table for any evidence of that, and the upgrade_exceptions table for any complaining about that upgrade or EMAIL_TRANSPORT in particular?
    Version history is I think also shown on the Server/Version Info admin page.

  10. #20
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Email Error: Could not execute: /usr/sbin/sendmail

    Quote Originally Posted by Chuckl View Post
    You (or rather the upgrade process on your site) seem to somehow have skipped all or part of the 1.3.5-1.3.6 SQL database upgrade.
    Could you check the project_version_history database table for any evidence of that, and the upgrade_exceptions table for any complaining about that upgrade or EMAIL_TRANSPORT in particular?
    Version history is I think also shown on the Server/Version Info admin page.
    v1.3.6 [2007-05-08 23:27:34] (Version Update 1.3.5->1.3.6)
    v1.3.5 [2006-09-24 19:16:06] (Fresh Installation)

    I look still the upgrade_exceptions...
    I may be blond but at least I found Zen.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v153 Email Error: Could not execute: /usr/sbin/sendmail
    By aryanshah110 in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 7 Dec 2014, 11:06 AM
  2. v139f Email Error: Could not execute: /usr/sbin/sendmail
    By Parafanaylya in forum General Questions
    Replies: 2
    Last Post: 17 Nov 2014, 05:38 AM
  3. v150 Checkout "Could Not Execute Error" using module from my bank
    By Nanj in forum Addon Payment Modules
    Replies: 0
    Last Post: 20 Mar 2012, 08:04 AM
  4. error Could not execute: /usr/sbin/sendmail
    By fontuna in forum General Questions
    Replies: 3
    Last Post: 5 Dec 2009, 06:58 PM
  5. Email Error: Could not execute: /usr/sbin/sendmail
    By powerzone in forum General Questions
    Replies: 1
    Last Post: 10 Jun 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR