Forum OpenACS Q&A: Re: Speaking of package breakage...

Collapse
Posted by Dave Bauer on
Joe,

I commented on your bug. I don't think its related to the templating security fix at all. That just changes how variables are substituted within translation message keys. Its a pretty obscure issue.

Basically the statement_name passed into template::paginator::create is an empty string and we need to track down why that is.

If possible more interactive debugging assistance is available almost 24 hours a day from #openacs on irc.freenode.net.

Collapse
Posted by Joe Cooper on
Ok, as posted in the bug-tracker, reverting the --foo--bar-- bit back to the old behavior fixes the problem. Is this related to the security changes at all? (i.e. am I rolling back to the same problem I upgraded to avoid?)

Thanks Dave!