1
Hi to all the experts out there
Just got a small problem with some modules install on my site. When someone clicks on the piCal Version 0.6 module they get the errors below.
Can anyone point me in the direction of what could be wrong or what I need to check
Thanks for your time
Errors:
Notice: Undefined variable: now_ip in /home/fhlinux193/i/mysite.co.uk/user/htdocs/modules/statistics/include/hitcounter.php on line 47Which is :
47) $past_hour = $now_ip - 1;
Notice: Use of undefined constant _MI_XCHATWHOSCHATTING - assumed '_MI_XCHATWHOSCHATTING' in /home/fhlinux193/i/mysite.co.uk.co.uk/user/htdocs/modules/xoopschat/xoops_version.php on line 67
Notice: Use of undefined constant _MI_XCHATWHOSCHATTINGDESC - assumed '_MI_XCHATWHOSCHATTINGDESC' in /home/fhlinux193/i/mysite.co.uk.co.uk/user/htdocs/modules/xoopschat/xoops_version.php on line 68Which are :
67) $modversion['blocks'][2]['name'] = _MI_XCHATWHOSCHATTING;
68) $modversion['blocks'][2]['description'] = _MI_XCHATWHOSCHATTINGDESC;