Subject: | Warning in default.tt |
If most viewed are clear, than I have this warning:
Argument "" isn't numeric in numeric gt (>) at
/usr/local/lib/perl5/site_perl/5.10.0/Perldoc/Server/root/templates/default.tt
line 90.
Diff solution:
80c80
< [% IF most_viewed.size > 0 %]
---
Show quoted text
> [% IF most_viewed.size && most_viewed.size > 0 %]