Recent Messages Blank

Report bugs and workarounds
Post Reply
mcit
Posts: 27
Joined: 23 May 2014 01:24

Recent Messages Blank

Post by mcit »

Hi Everyone

Since my upgrade to 3.0.2.6 I no longer have anything showing under recent messages. This is both for admin and user accounts.

I have checked the paths under /var/www/html/mailscanner/config.php

// Paths
define('MAILWATCH_HOME', '/var/www/html/mailscanner');
define('MS_CONFIG_DIR', '/etc/MailScanner/');
define('MS_SHARE_DIR', '/usr/share/MailScanner/'); // path for ConfigDefs.pl file
define('MS_LIB_DIR', '/usr/lib/MailScanner/');
define('IMAGES_DIR', '/images/'); // Leading and Trailing Slash Needed
//deprecated:define('CACHE_DIR', './images/cache/'); // JpGraph cache
define('TTF_DIR','./jpgraph/src/fonts/'); // JpGraph fonts
define('SA_DIR', '/usr/bin/');
define('SA_RULES_DIR', '/etc/mail/spamassassin');
define('SA_PREFS', MS_CONFIG_DIR.'spam.assassin.prefs.conf');
define('TEMP_DIR', '/tmp/');


Is there anything else that I can check to resolve this issue?

Matthew
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Recent Messages Blank

Post by shawniverson »

mcit
Posts: 27
Joined: 23 May 2014 01:24

Re: Recent Messages Blank

Post by mcit »

Thankyou. I saw that thread, however, I was not sure where to put that php file. Is there more info on what I need to do?
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Recent Messages Blank

Post by shawniverson »

Code: Select all

wget https://raw.githubusercontent.com/mailwatch/MailWatch/v1.2.7/upgrade.php
chmod +x upgrade.php
sudo ./upgrade.php
mcit
Posts: 27
Joined: 23 May 2014 01:24

Re: Recent Messages Blank

Post by mcit »

Thankyou. This is resolved now.
Post Reply