warning: messaging_phpmailer_drupal_mail(./sites/default/modules/messaging/messaging_phpmailer/PHPMailer/class.phpmailer.php): failed to open stream: No such file or directory in /var/www/vhosts/greenspoonortho.com/httpdocs/gso-forms/sites/default/modules/messaging/messaging_phpmailer/messaging_phpmailer.module on line 49.
warning: messaging_phpmailer_drupal_mail(): Failed opening './sites/default/modules/messaging/messaging_phpmailer/PHPMailer/class.phpmailer.php' for inclusion (include_path='.:.:.:.:') in /var/www/vhosts/greenspoonortho.com/httpdocs/gso-forms/sites/default/modules/messaging/messaging_phpmailer/messaging_phpmailer.module on line 49.

I updated to the dev version of messaging as suggested in this thread:
http://drupal.org/node/269275

I then filled out a form that has notifications set up for it, and when I clicked submit I got a blank screen instead of the correct landing screen. Also, when I went to the front page of the site I saw the warning posted above.

This site needs to go live in a few days, please advise.

Thanks,
David

Comments

tknospdr’s picture

Anyone have any ideas?

Thanks,
David

Zen’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

From the looks of it, you have not included the PHPMailer library in your installation as per the instructions provided.

tknospdr’s picture

Status: Fixed » Active

If I hadn't done that then it wouldn't work at all. Did you read the description of the problem at the link in my original post?

Thanks,
David

tknospdr’s picture

This in incredibly important to get taken care of in a timely manner, anyone else have any suggestions?

Thanks,
David

jose reyero’s picture

Status: Active » Fixed

Really, this looks, as Zen said before, as if you don't have phpmailer installed (or it is not in the right path, or just partially installed, missing files, not readable files because of wrong permissions, etc..)

So please, check you have the file and it is readable by the web server and inside the php include path

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.