Problem with mod_log_chat on 15.06

Hello, after update my ejabberd server to 15.06 i can't get mod_log_chat working.
I've compiled mod_log_caht.beam as always, put it on right place, enable it in config, but got this:

...skip...
09:30:32.736 [notice] Changed loglevel of /var/log/ejabberd/ejabberd.log to warning
09:30:32.867 [warning] module 'mod_log_chat' doesn't export mod_opt_type/1
09:30:32.868 [critical] Problem starting the module mod_log_chat for host <<"jabber.***.ru">>
options: [{path,<<"/var/log/ejabberd/chat">>}]
error: undef
[{ejabberd_logger,debug_msg,
[mod_log_chat,31," ~p ~p~n",
[<<"jabber.***.ru">>,
[{path,<<"/var/log/ejabberd/chat">>}]]],
[]},
{mod_log_chat,start,2,[{file,"src/mod_log_chat.erl"},{line,31}]},
{gen_mod,start_module,3,[{file,"src/gen_mod.erl"},{line,99}]},
..skip...

And that's all ^( Increasing log level is not get more information ^(

Thank's for help ^)

I think it's not important,

I think it's not important, moved to mod_mam

I think mod_log_chat need to

I think mod_log_chat need to be converted to latest ejabberd version.

Where did you get it from ?

mremond wrote: Where did you

mremond wrote:

Where did you get it from ?

Get it from git, and last commit to it seems to make it available for 15.6, but it don't :(

How exactly did you install

How exactly did you install the module? I've now installed it like this (to try to reproduce your problem):

$ ejabberdctl modules_update_specs
$ ejabberdctl module_install mod_log_chat

But for me, mod_log_chat then works just fine.

Deniska wrote: Hello, after

Deniska wrote:

Hello, after update my ejabberd server to 15.06 i can't get mod_log_chat working.
I've compiled mod_log_caht.beam as always, put it on right place, enable it in config,

Excuse me? what is right place? I can't connect mod_log_chat for 15.04 compiled by svn.

it needs to be in ebin/ in

it needs to be in ebin/ in your ejabberd directoy

Syndicate content