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?

Can you PM from User Admin/Members panel ?

Asked Modified Viewed 2,438 times
J
Joe Kriz
J
  • Senior Member, joined since
  • Contributed 281 posts on the community forums.
  • Started 39 threads in the forums
  • Started this discussions
asked
Senior Member

I can't and I am running version 6.00.305

When I tried to PM from the User Admin/Members Panel I would get an error that the messages.php could not be found in the Administration/messages.php

Well, there is no file for messages.php in the Administration folder.
I looked at the code for Administration/members.php and it had this line of code:
echo "[ <a href='messages.php?msg_send=".$data['user_id']."' title='".$locale['u060']."'>".$locale['u053']."</a> ]\n";

I added a forward / before messages.php and now I can PM from the User Admin/Member panel:
echo "[ <a href='/messages.php?msg_send=".$data['user_id']."' title='".$locale['u060']."'>".$locale['u053']."</a> ]\n";

Anyone else have this problem?
If this is a typo, then maybe it will be fixed in the next release.
If something else is wrong with my setup, please advise.
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet