mailwatch problem

Mike Kercher mike at vesol.com
Thu Jan 18 04:30:16 CET 2007


 

> -----Original Message-----
> From: mailscanner-bounces at lists.mailscanner.info 
> [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf 
> Of Vasiliy Boulytchev
> Sent: Wednesday, January 17, 2007 4:13 PM
> To: MailScanner discussion
> Subject: Re: mailwatch problem
> 
> Update:
> 
> The index.php, which is a links to status.php, didnt have 
> <?php, just had <?....  after adding the php :).... i am 
> getting this...  whats wrong with the code?
> 
> *Parse error*: syntax error, unexpected $end in
> */home/www/mailwatch/mailscanner/functions.php* on line *2498
> 
> *
> 
> Vasiliy Boulytchev
> vasiliy at linuxspecial.com
> 
> 
> 
> Vasiliy Boulytchev wrote:
> >
> > Gents,
> >    Just setup my MS boxies to use Mailwatch...
> >    I can see the tables being updated on the MySQL server...
> >    However, when I visit the final 
> http://blabla/mailscanner/ for the 
> > expected mailwatch graphs, I get
> >
> >
> > %H:%i:%s') AS datetime, from_address, to_address, subject, size as 
> > size, isspam, ishighspam, spamwhitelisted, spamblacklisted, 
> > virusinfected, nameinfected, otherinfected, sascore, report, ismcp, 
> > issamcp, ishighmcp, mcpsascore, '' AS status FROM maillog WHERE 
> > ".$GLOBALS['global_filter']." ORDER BY date DESC, time DESC LIMIT 
> > ".MAX_RESULTS; db_colorised_table($sql,"Last 
> ".MAX_RESULTS." Messages 
> > (Refreshing every $refresh seconds)"); html_end(); ?>
> >
> >    nothing in the apache logs :(
> >
> >    Any suggestions?
> >
> > THANKS
> >
> --
> MailScanner mailing list
> mailscanner at lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> 
> Before posting, read http://wiki.mailscanner.info/posting
> 
> Support MailScanner development - buy the book off the website! 
> 


You don't have short tags enabled in your php.ini

Mike


More information about the MailScanner mailing list