Ever since I’ve installed mod_fblatest.php by fuQaHa (Which is based on the JBLatest module by Rowan Seymour). I keep getting this PHP notices in my log files.
Apr 5 16:10:39 joinpgn httpd: PHP Notice: Undefined index: fboard_settings in /var/www/html/modules/mod_fblatest.php on line 130
So I decided to find a solution online since it bugs me. I was able to find one in Best Of Joomla Forum where it says that it’s because of mod_fblatest.php using cookies.
A quick fix would be to edit mod_fblatest.php, then find the following code and comment them out (Thanks to user ‘apos’ in the Best Of Joomla Forum for this quick fix).
Line 130
$fbcookie = $_COOKIE['fboard_settings'];
Line 146
if ($fbcookie['prevvisit']);
Line 147
$prevvisit = $fbcookie['prevvisit'];
Tags: PHP