Hi, I'm trying to enabe the module pua_usrloc in OpenSer 1.2.1 but I can't since I get an error:
set_mod_param_regex: parameter <db_url> not found in module <pua_usrloc> Of course, I have loaded the modules: loadmodule "pua.so" loadmodule "pua_usrloc.so" I see no "db_url" parameter for pua_usrloc module in the doc: http://www.openser.org/docs/modules/1.2.x/pua_usrloc.html but I do see it in the pua module, so I set: modparam("pua", "db_url", "mysql://openser:[EMAIL PROTECTED]/openser") but I get the same error: <db_url> not found in module <pua_usrloc> So I've tryed to add: modparam("pua_usrloc", "db_url", "mysql://openser:[EMAIL PROTECTED]/openser") with exactly same problem. Any idea of what I'm doing wrong? anybody using pua_usrloc module succesfully? Regards. -- Iñaki Baz Castillo [EMAIL PROTECTED] _______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users