Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-4098 now.

"Forum index" in msg_handler() function (fix completed in vcs)

In functions.php the msg_handler() function contains this:
Code: Select all
echo '        <a href="' $phpbb_root_path '">Return to forum index</a>';


It should be "board index".

Comments / History

Posted by christhatsme on May 4th 2007, 07:18

is it hardcoded like that? because that is also a mistake..

Posted by Virtuality (QA Team) on May 4th 2007, 07:34

Well, it's the error message output and that is hardcoded all the way, "Please notify the board administrator or webmaster", etc. but I think it has to be to not risk trigger further errors.

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on May 4th 2007, 08:59

Posted by igorw (Development Team Member) on May 4th 2007, 10:37

It's supposed to be hardcoded, it's only for critical errors (can't access db, can't load lang, ect).

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on May 4th 2007, 12:08

Linked ticket with changeset: r7456

Action performed by Anonymous (I am too lazy to register) on May 4th 2007, 12:30

Changed ticket status from "Fix in progress" to "Fix completed in CVS"

Action performed by Acyd Burn (Server Manager) on May 4th 2007, 12:34

Ticket details

Related SVN changesets