Please can you give me an example on how to use dbtext with authentication modules?
when I run ser I receiving
0(0) preload_udomain(): Error while doing db_query 0(0) register_udomain(): Error while preloading domain 'location' 0(0) domain_fixup(): Error while registering domain
Thank You
Looks like the structure of the location table is not good. Try first with modparam("usrloc", "db_mode", 0) and it should work. Then switch back and increase the debug level in your config file (debug=7 and log_stderror=yes) and you should get more informations that might help to identify what is wrong.
Daniel
On 11/22/04 17:16, Andrea Federico wrote:
Please can you give me an example on how to use dbtext with authentication modules?
when I run ser I receiving
0(0) preload_udomain(): Error while doing db_query 0(0) register_udomain(): Error while preloading domain 'location' 0(0) domain_fixup(): Error while registering domain
Thank You