ejabberd - Comments for "mod_log_chat_mysql5" https://www.ejabberd.im/node/4934 en Please post the error message https://www.ejabberd.im/node/4934#comment-58287 <p>Please post the error message you get. And it may be better if you open an issue on the github page to track this down:<br /> <noindex><a href="https://github.com/candy-chat/mod_log_chat_mysql5/issues" title="https://github.com/candy-chat/mod_log_chat_mysql5/issues" rel="nofollow" >https://github.com/candy-chat/mod_log_chat_mysql5/issues</a></noindex></p> Wed, 25 Jan 2012 09:43:01 +0000 mweibel comment 58287 at https://www.ejabberd.im Hello Could you please tell https://www.ejabberd.im/node/4934#comment-58260 <p>Hello</p> <p>Could you please tell me which of ejabbered version compatible with this module?</p> <p>I really get out of this, please guide me....</p> <p>Thanks<br /> Nishant</p> Thu, 19 Jan 2012 10:13:17 +0000 bhattnishant comment 58260 at https://www.ejabberd.im it's not working on ejabberd https://www.ejabberd.im/node/4934#comment-58259 <p>it's not working on ejabberd 2.1.10 but i working on 3.00 beta-1.</p> <p>So now i am able to create .beam files successfully</p> <p>However chat not stored in db. it gives error :(</p> <p>is it possible without emysql?</p> <p>Please help me!</p> Thu, 19 Jan 2012 10:10:57 +0000 bhattnishant comment 58259 at https://www.ejabberd.im Sorry didn't see that. Does https://www.ejabberd.im/node/4934#comment-58245 <p>Sorry didn't see that. Does it work now?</p> Tue, 17 Jan 2012 06:57:08 +0000 mweibel comment 58245 at https://www.ejabberd.im The problem is that https://www.ejabberd.im/node/4934#comment-58239 <p>The problem is that mod_log_chat_mysql5 calls the function atom_to_binary/2, but that works only in Erlang R13 and newer. You are using ejabberd 2.1.9 installer, which includes the old Erlang R12.</p> <p>Solution: use the ejabberd 2.1.10 installer, which I think includes the new Erlang R14, so it provides atom_to_binary/2, and should work with mod_log_chat_mysql5</p> Sun, 15 Jan 2012 14:12:27 +0000 mfoss comment 58239 at https://www.ejabberd.im Hello Michael I try to https://www.ejabberd.im/node/4934#comment-58228 <p>Hello Michael</p> <p>I try to implement mod_log_chat_mysql5 module in my ejabbered however need to install emysql.</p> <p>When i am trying to create ".beam" files form source ".erl" files,</p> <p>Source: <noindex><a href="https://github.com/Eonblast/Emysql" title="https://github.com/Eonblast/Emysql" rel="nofollow" >https://github.com/Eonblast/Emysql</a></noindex></p> <p>All ".beam" files are created successfully except this two files...</p> <p>emysql_conn.erl<br /> emysql_util.erl</p> <p>try with this command</p> <p>erlc -I includes/ejabberd/include emysql_conn.erl<br /> Error:<br /> C:/Program Files/ejabberd-2.1.9/bin/emysql_conn.erl:55: function atom_to_binary/2 undefined<br /> C:/Program Files/ejabberd-2.1.9/bin/emysql_conn.erl:79: function atom_to_binary/2 undefined</p> <p>erlc -I includes/ejabberd/include emysql_conn.erl</p> <p>Error:<br /> C:/Program Files/ejabberd-2.1.9/bin/emysql_util.erl:57: function binary_to_atom/2 undefined</p> <p>Please advice me how to create .beam files for ejabberd in windows system...</p> <p>Thanks<br /> Nishant</p> Wed, 11 Jan 2012 11:21:55 +0000 bhattnishant comment 58228 at https://www.ejabberd.im