Upgrade-3.0.0.9 Use of undefined constant MW_LOGO

Report bugs and workarounds
Post Reply
henk
Posts: 518
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Upgrade-3.0.0.9 Use of undefined constant MW_LOGO

Post by henk »

in /var/log/httpd/ssl_error_log:

PHP Notice: Use of undefined constant MW_LOGO - assumed 'MW_LOGO' in /var/www/html/mailscanner/functions.php on line 258

cause: missing define in: /var/www/html/mailscanner/conf.php ( see conf.php.example)

add->

// Define MailWatch logo name
define('MW_LOGO', 'mailwatch-logo.png');

// Define MailScanner logo name
define('MS_LOGO', 'mailscannerlogo.gif');
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
Post Reply