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

386 user(s) are online (330 user(s) are browsing Support Forums)


Members: 0


Guests: 386


more...

Donat-O-Meter

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

Latest GitHub Commits