Hello, I had muc_log running happily for more than a week when it suddenly stopped and shows the following message in the log file:
=ERROR REPORT==== 2006-10-02 14:29:51 ===
E(<0.297.0>:mod_muc_log:140): {{badmatch,{error,enoent}},
[{mod_muc_log,add_message_to_log,5},
{mod_muc_log,handle_cast,2},
{gen_server,handle_msg,6},
{proc_lib,init_p,5}]}
What can this mean?
Thanks for any help
Roman Dergam
SOLVED: Discrepancy between cfg file and settings in mnesia db
Sorry for the question: the problem was that I had old settings in the cfg file and meanwhile modified the settings through the webadmin interface... After restart it was back to the cfg settings... which pointed to the wrong directory.
Roman