Closed (fixed)
Project:
Terms of Use
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 May 2011 at 08:58 UTC
Updated:
11 Jul 2011 at 09:51 UTC
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
Comment #1
Arnion commentedIn terms_of_use.admin.inc, line 26 change:
'#autocomplete_path' => 'node/autocomplete',
to
'#autocomplete_path' => 'terms_of_use/autocomplete',Comment #2
mv_alex commentedThis change makes it work indeed.
Thanks a lot!