Hello, hope someone could help me.
I call the acs-admin/users/ and I get the folowing error.
invalid command name "util_quote_double_quotes"
while executing
"util_quote_double_quotes [lindex $option $value_index"
(procedure "db_html_select_value_options" line 15)
Then i chek the index.tcl in users directory, and it call the db_html_select_value_options function, then I chek en utilities-procs.tcl and in the definitions it calls
<option value=\"[util_quote_double_quotes [lindex .....
But the util_quote_double_quotes function I checked is in text-html-procs.tcl. But this file has some trouble loged in the aolserver.log, so I add a brace at the end of the file. Besides, I cheked in the text-html-procs.tcl and search for util_quote_double quote but it calls /api-doc/proc-view?proc=ad_quotehtml. This proc-view.tcl is in /web/myServer/packages/acs-api-browser/www/.
What should I do? I don't know maybe I've been doing innecessary work , but if someone can help I'll apreciate some help.