Forum OpenACS Q&A: Re: problem with simple-survey

Collapse
Posted by Windell Dubois on
Thanks Jeff and Jade for all the help, I finally solved the problem.  My boss was trying to get around the "allowed tags" parameter in ACS Kernel, so he modied ad_html_security_check to his likings, which caused the glitch.  But he had a copy of the original file (thank God for that!) so we switched the files and restarted AOLserver.  No errors after that!!

By the way Jade, now that Ive got your atention, you have pretty nice documentation on your web page, I just wish it was a bit more extensive and detailed, but I finally manage to do whats needed.  Still, its a great help for people starting with OACS like me.

Thanks again,

Windell.

Collapse
Posted by Andrew Piskorski on
This is a good reason to always use CVS (or any version control system at all).
Collapse
Posted by Andrew Piskorski on
Or maybe you were using CVS, but the buggy change to ad_html_security_check had already been committed, so that file didn't show up when doing a "cvs -nq up". In that case, cvs2cl is handy for generating a date-ordered log of every commit that's been done - very useful for this sort of "what the heck files has someone committed lately and maybe broken?" sort of question.