i think this may be the problem 1.uncomment this one modparam("usrloc", "db_mode", 0) 2.give this syntax correctly modparam("usrloc", "db_url", "sql//ser:heslo@localhost/ser")
On 27-04 00:26, Girish wrote:
i think this may be the problem 1.uncomment this one modparam("usrloc", "db_mode", 0) 2.give this syntax correctly modparam("usrloc", "db_url", "sql//ser:heslo@localhost/ser")
If you set db_mode to 0 then you don't need the second parameter. db_mode 0 means do not use database.
Jan.