Opened 15 years ago
Closed 15 years ago
#5046 closed bug (fixed)
PHPMailer classes required by SMTP module seem to be missing from website on baron
Reported by: | koki | Owned by: | haiku-web |
---|---|---|---|
Priority: | high | Milestone: | Unscheduled |
Component: | Website/CMS | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The phpmailer files required by the SMTP module seem to be misssing. As a result, saving changes that trigger an email notification via SMTP result in a blank page with the following error message appearing in subsequent page loads.
*
warning: require_once(sites/all/modules/smtp/phpmailer/class.phpmailer.php): failed to open stream: No such file or directory in /srv/www/drupal/shared-data/modules/smtp/smtp.module on line 252.
*
The required smtp and mail classes from PHPMailer can be just copied over from the installation on the WF server.
Note:
See TracTickets
for help on using tickets.
Fixed, thanks for reporting!