Forum OpenACS Q&A: Re: ACS Templating Iteration Demonstration Error

Collapse
Posted by xx xx on
You'll have to change the query in the tcl file (packages/acs-templating/www/doc/demo/multiacces.tcl) to:

db_multirow users get_users  "select last_name, first_name, first_name || ' ' || last_name as full_name from ad_template_sample_users"

I have put it in the openacs.org bug tracker a while ago but will put it in the openacs4 bugtracker.

Collapse
Posted by Randy Ferrer on
Thanks for the assist! It now works at it should. I noticed this is also broken on the current OpenACS site.