Issue 33: Failer in footer-change
Status:  Fixed
Owner: ----
Closed:  Mar 2009
Reported by Lolindir...@gmail.com, Mar 1, 2009
What steps will reproduce the problem?
1. I go to a forum that I am a moderator in. 
2. In the upper-right option menu I choose "deze directory aanpassen". 
3. I want to change the footer, and then the problem arrises. 

What is the expected output? What do you see instead?
A changed footer. Instead I get a white screen saying;
Fatal error: Call to undefined function check_tags() in
/www/htdocs/w0064f35/test/sys/pages/edit_dir.inc on line 79

http://test.mandragon.be/dnd/dndnews/.edit_dir is the part I tried to edit. 

What version of the product are you using? On what operating system?

Firefox, latest version (I don't know which one that is though)

Please provide any additional information below.


Mar 1, 2009
Project Member #1 trenchcoat.philosopher@gmail.com
Analysis: Bug occurs because input validation was moved to a separate class.
edit_dir.inc was not changed and still references the old code.
Mar 1, 2009
Project Member #2 trenchcoat.philosopher@gmail.com
Changed edit_dir.inc to use the InputChecker-class. Noted similar problems in
mdag.inc and profile.inc . Fixed those too.
Status: Fixed