I'm getting an error similar to one mentioned before...unfortunately, that poster never provided the correction, so I don't know what I'm doing wrong here. I did get the same error, but I input the specific forum ID's, and it got rid of 2 errors.
I'm left with:
Fatal error: Call to a member function on a non-object in /home/myfamily/public_html/forums/devbox_work.php on line 180
My dev site:
www.myfamilycorner.net/forums/
What would cause this error? This is my config:
PHP Code:
$devbox_config = array( 'latest_threads' => 'on',
'latest_threads_num' => 10,
'newest_members' => 'on',
'newest_members_num' => 5,
'top_posters' => 'on',
'top_posters_num' => 5,
'online_today' => 'on',
'forum_ids' => '2,3,4',
);