in wwwroot/cgi-bin/search_engines.pm, line 907, there is an unescaped
ampersand (&) in the search engine name. If you have any hits for that
search engine, awstats will fail to load because it tries to parse &T as an
html entity.
using vim or sed:
s/&/&/
on line 907 should do the trick.
Nobody/Anonymous
Runtime error
6.9
Public