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

Collapse
Posted by Windell Dubois on
yes, there is something on error.log  The thing thats worrying me is that Im also getting this error when Im trying to add a new product in my ecommerce instance.

Here's what I got from error.log:

[10/Dec/2003:17:33:53][25773.40966][-conn2-] Notice: ns_getform using encoding iso8859-1 for charset iso-8859-1
[10/Dec/2003:17:33:53][25773.40966][-conn2-] Notice: RP (964.297 ms): error in rp_handler: serving POST /ecommerce/admin/products/add-2
        ad_url "/ecommerce/admin/products/add-2" maps to file "/web/telecen/packages/ecommerce/www/admin/products/add-2.tcl"
errmsg is invalid command name "ad_html_security_check"
[10/Dec/2003:17:33:53][25773.40966][-conn2-] Notice: Querying '
            select 1
            where 't' = acs_permission__permission_p('732', '298', 'admin');'
[10/Dec/2003:17:33:53][25773.40966][-conn2-] Notice: dbinit: sql(localhost::telecen): '
            select 1
            where 't' = acs_permission__permission_p('732', '298', 'admin')
        '
[10/Dec/2003:17:33:53][25773.40966][-conn2-] Error: POST http://205.161.189.120:8000/ecommerce/admin/products/add-2?
referred by "http://205.161.189.120:8000/ecommerce/admin/products/add"
invalid command name "ad_html_security_check"
    while executing
"ad_html_security_check $value"
    (procedure "ad_page_contract_filter_proc_html" line 3)
    invoked from within
"[ad_page_contract_filter_proc $filter] $formal_name actual_value"
    (procedure "ad_page_contract" line 395)
    invoked from within
"ad_page_contract {
  Add a product.

  @author Eve Andersson (mailto:eveander@arsdigita.com)
  @creation-date Summer 1999
  @cvs-id $Id: add-2.tcl,v 1.4 2002..."
    ("uplevel" body line 3)
    invoked from within
"uplevel {
          # ecommerce/www/admin/products/add-2.tcl
ad_page_contract {
  Add a product.

  @author Eve Andersson (mailto:eveander@arsdigita.com)
  @cre..."
    (procedure "code::tcl::/web/telecen/packages/ecommerce/www/admin/product..." line 2)
    invoked from within
"code::tcl::$__adp_stub"
    invoked from within
"if { [file exists $__adp_stub.tcl] } {

      # ensure that data source preparation procedure exists and is up-to-date
      adp_init tcl $__adp_stub
..."
    ("uplevel" body line 3)
    invoked from within
"uplevel {

    if { [file exists $__adp_stub.tcl] } {

      # ensure that data source preparation procedure exists and is up-to-date
      adp_init t..."
    (procedure "adp_prepare" line 2)
    invoked from within
"adp_prepare "
    (procedure "template::adp_parse" line 30)
    invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
    (procedure "adp_parse_ad_conn_file" line 7)
    invoked from within
"$handler"
    ("uplevel" body line 2)
    invoked from within
"uplevel $code"
    invoked from within
"ad_try {
        $handler
      } ad_script_abort val {
        # do nothing
      }"
    invoked from within
"rp_serve_concrete_file [ad_conn file]"
    (procedure "rp_serve_abstract_file" line 60)
    invoked from within
"rp_serve_abstract_file "$root/$path""
    ("uplevel" body line 2)
    invoked from within
"uplevel $code"
    invoked from within
"ad_try {
        rp_serve_abstract_file "$root/$path"
        set tcl_url2file([ad_conn url]) [ad_conn file]
        set tcl_url2path_info([ad_conn url]) [ad_conn path_inf..."