View Full Version : Online.php Fatal error
FightRice.com
04-04-2005, 01:55 PM
Fatal error: Call to undefined function: process_online_location() in /fightrice.com/online.php on line 310
* Code deleted by Boofo because of being full file minus header. *
Plrease do not post full vBulletin files.
lasto
04-04-2005, 01:57 PM
$onlinecolspan = 4;
that is line 310 - have u tried removing it seeing what happens then m8
noppid
04-04-2005, 02:05 PM
How are you finding his line 310 in an incomplete file?
BTW, ya can't post the whole file, that is not allowed, so this is guess work helping you.
Show us the block of code form 300 to 320.
lasto
04-04-2005, 02:08 PM
i copied his php code above into ultraedit and that line above came up as 310
FightRice.com
04-04-2005, 09:27 PM
Now i am getting this error
Fatal error: Call to undefined function: sanitize_perpage() in /home/.imani/fightrice/fightrice.com/online.php on line 77
Here is line 72-80, sorry about posting the whole code the last time :oops:
globalize($_REQUEST, array('perpage' => INT, 'pagenumber' => INT, 'sortorder' => STR, 'sortfield' => STR, 'who' => STR, 'ua' => INT));
// We can support multi page but we still have to grab every record and just throw away what we don't use.
// set defaults
$perpage = sanitize_perpage($perpage, 200, $vboptions['maxthreads']);
//sanitize_pageresults($totalonline, $pagenumber, $perpage, 200, $vboptions['maxthreads']);
btw: I just installed ipbArcade or whatever the name of it is, the same day this all started. I have triple checked all my .php file edits and everything seems fine
edit, i think it has something to do with the Arcade here is another error
Fatal error: Call to undefined function: process_online_location() in /home/.imani/fightrice/fightrice.com/includes/functions_online.php on line 39
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.