Forum OpenACS Q&A: Error creating Administrator

Collapse
Posted by Mickael Cappozzo on
During installation of Opan ACS 4.5 beta 1, the system can't create
the administrator : The page cannot be displayed (IE6)

Message in the error log :

[17/Apr/2002:16:02:13][27158.7176][-conn4-] Notice: ns_getform using
encoding  for charset iso-8859-1
[17/Apr/2002:16:02:13][27158.7176][-conn4-] Error: Error
sourcing /home/users/mickael/OpenACS/openacs45b1/packages/acs-
bootstrap-installer/installer/create-administrator-2.tcl:
unknown encoding ""
    while executing
"encoding convertfrom $encoding $value"
    (procedure "ns_getform" line 80)
    invoked from within
"ns_getform"
    (procedure "ad_page_contract" line 305)
    invoked from within
"ad_page_contract {

    Creates the site-wide administrator.
    @author Jon Salz (mailto:jsalz@arsdigita.com)
    @author Bryan Quinn (mailto:bquinn@arsdigita.com)..."
    (file "/home/users/mickael/OpenACS/openacs45b1/packages/acs-
bootstrap-installer/installer/create-administrator-2.tcl" line 1)
    invoked from within
"source $__file "

Is anyone can help me?

Collapse
Posted by Peter Alberer on
One possibiliy is that you have set an invalid default charset in your aolserver startup script. For example "set charset iso8859-1" (or something similar) is bad, "set charset iso-8859-1" is good :)
Collapse
Posted by Peter Alberer on
Sorry, in my answer i forgot the "iso-8859-1" line in your log file. It looks like "ns_encodingforcharset" does not return the correct encoding for iso-8859-1 (returns "") ...