After add PHPmailer module in my admin panel when cron run I see:
Fatal error: Class 'PHPMailer' not found in /var/www/virtual/prosto.lutsk.ua/htdocs/sites/all/modules/messaging/messaging_phpmailer/messaging_phpmailer.module on line 55
line 55 is:
$mail = new PHPMailer();
what is wrong?
Comments
Comment #1
m3avrck commentedPlease read the readme. You didn't add the PHPMailer class properly.
Comment #2
bohartfrom readme file
after this action cron run successful, but after some time (when any information must send) I see:
Cron run exceeded the time limit and was aborted.
Fatal error: Class 'PHPMailer' not found in .../sites/all/modules/messaging/PHPMailer/messaging_phpmailer.module on line 55
Comment #3
bohartComment #4
bohartoops(( another directory was rename by me((
thanks.
all is good.
closed.