PDA

View Full Version : View Who is Online error


dadoc
06-04-2013, 08:01 AM
Hello,

I have had this error when I try to view who is online for quite a while and cant quite figure out why.

While clicking "Users Online" on the forumhome page I get this error

Fatal error: Call to undefined function blog_online_location_preprocess() in /home/crimecas/public_html/forum/includes/functions_online.php(1460) : eval()'d code on line 1

Any Help with this would be great.

Regards
Ryan:confused:

kh99
06-04-2013, 10:07 AM
That's a function that should be in the file includes/blog_function_online.php, so maybe check to see if you have that file on your server, and upload it if you don't.

ForceHSS
06-04-2013, 10:30 AM
Looks like its being caused by a custom plugin. Disable all plugins then turn one on at a time to see what one is causing the problem

kh99
06-04-2013, 11:04 AM
Looks like its being caused by a custom plugin. Disable all plugins then turn one on at a time to see what one is causing the problem

That's probably a good idea. That error is obviously coming from the blog product, but looking at the blog code I see now that the file blog_functions_online.php should be included in one of the other blog plugins (and it uses "require", so most likely the file is not missing). So it could be that you have some plugins missing or disabled, but I think it also could be that another plugin on the same hook (init_startup) is causing the problem (which you might be able to determine by disabling them as mention above).