When trying to configure the module, I get an error message that the alias is not found, although it exists. This happens with any alias.

Could there be a problem when using the terms of use with the module domain access, dealing with more than one domain?

Comments

Arnion’s picture

In terms_of_use.admin.inc, line 26 change:
'#autocomplete_path' => 'node/autocomplete',
to
'#autocomplete_path' => 'terms_of_use/autocomplete',

mv_alex’s picture

Status: Active » Closed (fixed)

This change makes it work indeed.

Thanks a lot!