Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2381 visitors today
Log In Register

Forum OpenACS Q&A: Re: 'only urls without a host name are permitted'

OpenACS Home : Forums : OpenACS Q&A : Re: 'only urls without a host name are permitted' : One Message

+
Posted by Torben Brosten on
There are only a few places that security::locations grabs data from config.tcl.

You might save some time by looking at the references to configuration info in the code first.

cheers,

Torben

+
Posted by Torben Brosten on
Try adding an ns_log statement to the end of security::locations

ns_log Notice "security::locations, locations: $locations"

Reload via APM and then try again.

Check your domain url against the values provided (and shown in the log), specifically the value closest to the one you are having problems with.

That should indicate where the offending data is (hopefully)!

cheers,

Torben