PDA

View Full Version : Problem with functions.php


badpacket
07-01-2004, 09:28 PM
Fatal error: Call to undefined function: fetch_user_location_array() in /home/dafreak/public_html/community/includes/functions.php on line 944

I've installed a few hacks, but when i try to view a users profile i get that error.. I really dont know where to look to fix it.. any help would be appreciated..

btw my like 944 in functions php is -

if ($option & 4)
{ // Process Location info for this user
require_once('./includes/functions_online.php');
$user = fetch_user_location_array($user); <- line 944
}

Xenon
07-01-2004, 10:13 PM
function is not defined.

most likely you've made something wrong while hacking functions_online.php

badpacket
07-01-2004, 10:30 PM
Yep.. that was it.. thanks xenon :)

Xenon
07-01-2004, 10:34 PM
you're welcome :)