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

Forum OpenACS Q&A: Response to Development branch hosed?

OpenACS Home : Forums : OpenACS Q&A : Response to Development branch hosed? : One Message

+
Posted by Jeff Davis on
you can change it directly via psql:
update apm_parameter_values set attr_value = '0' where parameter_id = 
(select parameter_id from apm_parameters where parameter_name = 'ForceHostP');
Anyway, I think the other problem is that it will not play well with host node maps. I will look into that as well.