View Single Post
muukis
Veteran Member
Join Date: Apr 2009
Old 05-13-2009 , 02:59   Re: ChatLog v1.3.1 (Extended)
Reply With Quote #14

Try downloading the latest version from the web interface. I added a small check that should fix the error you are having:
Code:
if (isset($_GET['mark']) && $mark = $_GET['mark'] + 0):
As an alternative, you should also be able to "fix" your problem by reconfiguring your PHP. Check this out: http://fi2.php.net/error_reporting

Last edited by muukis; 05-13-2009 at 03:16. Reason: Link
muukis is offline