Resolve PHP Errors (Send Message Failures)

Last modified: September 6, 2005 - 23:24

If you receive the following error message when sending e-mails from mailing lists, your PHP interface is not properly configured and massmailer will not work properly.

You do not have the php command line executable in your system path and it cannot be located in /usr/bin or /usr/local/bin.
Please edit the modules/massmailer/engines/phplist/bin/phplist file to correct this.

Possible causes of this error:

  • You have the PHP CGI interface installed and configured for your site instead of the PHP Command Line interface
  • When the PHP Command Line interface cannot be found.

To solve the problem:

  • You need to contact your host to have the PHP Command Line Interface installed or configured for phplist.

For more information on installing PHP CLI (Command Line Interface or Interpreter) see PHP CLI and Cron or Using PHP from the command line.

 
 

Drupal is a registered trademark of Dries Buytaert.