Forum OpenACS Development: Re: Errors Upgrading from 5.5 to 5.6 (function apm__register_parameter)

Might it be a bug with quotes? I'll see my LOGS and there's a line:

...
'Set to 1 if website uses domains mapped in host_nodes for public users and the hostname''s domain as defined in config.tcl for registering users and their sessions.',
...

hostname''s might be the problem? That Parameter?

---------- LOGS -------------
[21/Oct/2013:18:03:44][71654.273166336][-default:12-] Notice: Loading messages in file /Users/cesareox/Documents/openacs-dev/packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml
ERROR: function apm__register_parameter(unknown, unknown, unknown, unknown, unknown, unknown, unknown, unknown, unknown, unknown) does not exist at character 15
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
STATEMENT:

select apm__register_parameter(
NULL,
'acs-tcl',
'UseHostnameDomainforReg',
'Set to 1 if website uses domains mapped in host_nodes for public users and the hostname''s domain as defined in config.tcl for registering users and their sessions.',
'instance',
'string',
'0',
NULL,
'1',
'1'
);