Page 1 of 1

Upgrade-3.0.0.9 Use of undefined constant MW_LOGO

Posted: 22 Mar 2016 17:38
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');

Re: Upgrade-3.0.0.9 Use of undefined constant MW_LOGO

Posted: 22 Mar 2016 19:30
by shawniverson