wrong redirect path after sent message

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ruben
Posts: 29
Joined: Mon 10. Nov 2003, 21:58
Location: Norway

wrong redirect path after sent message

Post by ruben »

Hi,

after sending or replying on a message, im redirected to the wrong path.
its going to http://www.mydomain.com/phpwcms.php?do=messages instead of http://www.mydomain.com/cms/phpwcms.php?do=messages

maybe somebody can confirm this and has a solution for it.

thanks,
Ruben
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

fixed.

"phpwcms.php" in line 421 change:

Code: Select all

forward_to($forward_to_message_center, $phpwcms["site"]."phpwcms.php?do=messages", 2500); //If new message was sent ->
to

Code: Select all

forward_to($forward_to_message_center, $phpwcms["site"].$phpwcms["root"]."phpwcms.php?do=messages", 2500); //If new message was sent ->
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
ruben
Posts: 29
Joined: Mon 10. Nov 2003, 21:58
Location: Norway

Post by ruben »

It works!!, thanks.

Ruben
Post Reply