| Posted: 31 Mar 2005 15:26 |
|
|
|
Registered User Currently Offline
|
Posts: 12
Join Date: Mar 2005
|
Notice: Undefined variable: f in /home/username/public_html/viewip.php on line 8
Access Denied
Happens if a moderator clicks the IP address of a user (The IP is visible so I guess a moderator should be able to click the IP to find users - right?
|
| Posted: 31 Mar 2005 16:10 |
|
|
|
Administrator
|
Posts: 1116
Join Date: Mar 2005
|
|
yep, that's a bug that will show on moderators that aren't admins (user_id != 1). I'll fix this. Thanks for reporting it.
|
| Posted: 31 Mar 2005 16:40 |
|
|
|
Administrator
|
Posts: 1116
Join Date: Mar 2005
|
|
Fixed it, see the announcement post. Thanks for the help.
|
| Posted: 31 Mar 2005 18:17 |
|
|
|
Registered User Currently Offline
|
Posts: 12
Join Date: Mar 2005
|
No problem
Always glad to help
|
| Posted: 27 Feb 2009 01:09 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Feb 2009
|
Hi,
I'm editing a user's post as admin, but when i preview i'm geting:
Notice: Undefined variable: avatar_style in myurl\editpost.php(124) : eval()'d code on line 9
Notice: Undefined variable: author_avatar in myurl\editpost.php(124) : eval()'d code on line 10
|
| Posted: 27 Feb 2009 09:38 |
|
|
|
Administrator
|
Posts: 1116
Join Date: Mar 2005
|
Put these 2 lines before the eval on line 124 of editpost.php:
Code:
$author_avatar = null;
$avatar_style = null;
|
| Posted: 27 Feb 2009 12:14 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Feb 2009
|
|
I'm on work, i do that when i go home, thank you Hristo.
|