Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

404 Error on Admin Members Page

Asked Modified Viewed 2,286 times
Y
younis
Y
younis 10
Steve Younis
Superman Homepage - http://www.SupermanHomepage.com
Christopher Reeve Homepage - http://www.ChrisReeveHomepage.com/
Steve's Stuff - http://www.younis.com.au/
  • Member, joined since
  • Contributed 86 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
asked
Member

When I go to the User Admin section, and select a member's profile from the list of Members, and try click on the PM link to send them a private message, I get a "404 Not Found" error.

On closer inspection, I realized that this is because there's no "message.php" file in the "Administration" folder/directory.

Is this something that's a common PHPFusion error or just something unique to my set up?

Could others look into their admin and see if they get the same error?

Thanks,
Edited by younis on 19-01-2006 00:44,
0 replies

1 post

L
leefy
L
leefy 10
When all else fails.... reformat.
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

Looks like an oversight. I you haven't fixed it, I guess you could upload a copy of messages.php into the admin folder. Or, in members.php in the admin folder, find a line like this:
echo "[ <a href='messages.php?msg_send=".$data['user_id']."' title='".$locale['u060']."'>".$locale['u053']."</a> ]\n";


and change it to
echo "[ <a href='".BASEDIR."messages.php?msg_send=".$data['user_id']."' title='".$locale['u060']."'>".$locale['u053']."</a> ]\n";
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet