ejabberd - start_module:135 starting the module mod_mam_odbc_arch for host <<"localhost">> options: [{pm,true},{no_writer,true}] -


i have installed mongooseim version 2.1.0beta_1 cloned github master earlier today installed source.can please configuration issue? when trying installed mod_mam modules muc_light on mongooseim server have fetching following issue

my ejabberd.cfg file mod_mam setup

 %% settings   {mod_mam_odbc_user, [pm, muc]},   {mod_mam_cache_user, [pm, muc]},   {mod_mam_mnesia_dirty_prefs, [pm, muc]},   {mod_mam_odbc_arch, [pm, no_writer]},   {mod_mam_odbc_async_pool_writer, [pm]},   {mod_mam, []},    {mod_mam_muc_odbc_arch, [no_writer]},   {mod_mam_muc_odbc_async_pool_writer, []},   {mod_mam_muc, [{host, "muc.localhost"}]} 

following ejabberd.log file generate after run mognooseim start command. my ejabberd.log file


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -