Log in

View Full Version : Now what could cause such an error?


N9ne
01-19-2003, 07:27 PM
Fatal error: Call to undefined function: getavatarurl() in /******/******/**********/forum/member.php on line 1750

Where do I need to look? I looked at line 1750 in member.php and guess what, it's the same as standard vB lol, so my guess is it's either somewhere else in member.php or in functions.php

I'm clueless... :dead:

Neo
01-19-2003, 09:44 PM
For some reason the function isnt being called or was deleted.

It might be that require("./global.php"); isnt in the script or the script itself was edited.. whatever it is the function cannot be found (obviously)

N9ne
01-20-2003, 03:55 PM
Well I can tell you that everything else to do with member.php works, except when I try to email someone (that's when the error comes up...on the mailform)

Xenon
01-20-2003, 07:31 PM
does it also appear, if you use an unhacked member.php? (just for testing)

N9ne
01-21-2003, 07:58 AM
Using an unhacked member.php, it works fine.

Logician
01-21-2003, 11:48 AM
Originally posted by N9ne
Using an unhacked member.php, it works fine.
I'd say it can be related to a missing ; or missing or redundant } character and if this is the case it would be hard to trace.. If this happened recently you can try to remove the latest hack (which touchs member.php) you applied and see if it helps..

N9ne
01-21-2003, 05:43 PM
Well i don't know if it happened recently or not because no one really uses the mailform to email a user...

But we do know that it is to do with member.php...