The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
View Who is Online error
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 Code:
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 Regards Ryan |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
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
|
#4
|
|||
|
|||
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).
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|