1
Anonymous
Fix viewpmsg.php error for xoops 2.1
  • 2005/6/22 9:00

  • Anonymous

  • Posts: 0

  • Since:


Hi,

Unregistred users can't view pm and they redirect to 404 error page, this is because they redirect to user.php at pm folder not at root folder, so you can fix it as following:

edit modules/pm/viewpmsg.php and change line 32 from:

redirect_header("user.php",2,$errormessage);

To

redirect_header("../../user.php",2,$errormessage);


2
Mithrandir
Re: Fix viewpmsg.php error for xoops 2.1

Righto - thanks.

3
Anonymous
Re: Fix viewpmsg.php error for xoops 2.1
  • 2005/6/28 14:49

  • Anonymous

  • Posts: 0

  • Since:


Hi,
Another error at error page

Please add:
define("_ER_SEC_NOTOKENFOUND", "No valid security token found in session");
To: /modules/system/language/english/error.php

Login

Who's Online

231 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 231


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits