Quote:
Originally Posted by Igel1
vbulletin 4.0.5
There is a problem with the block "users online" and the Mod Everywhere Sidebar 4 VB4 https://vborg.vbsupport.ru/showthrea...233871&page=30 . If both are active there is an error message when you eg goes into the profile or FAQ, Who is Online
Fatal error: Call to undefined function fetch_online_status() in ...\includes\block\html.php(95): eval()'d code on line 93
|
It just needs you to require the file with that function since it isn't already included on those pages. Add this at the top of the code:
PHP Code:
require_once(DIR . '/includes/functions_bigthree.php');