The error is because the hook function mod_youarehere() is defined to take an argument, but Phorum does not hand over an argument. Look at line 20 of YouAreHere.php and change
function mod_youareheere(...whatever is here...)
into:
function mod_youareheere()
That should fix the message.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce