ejabberd - Comments for "Having trouble getting mod_pubsub_odc started" https://www.ejabberd.im/node/24944 en mod_pubsub_odbc<code> does https://www.ejabberd.im/node/24944#comment-66042 <p><code>mod_pubsub_odbc&lt;code&gt; does not exist anymore. You need to set &lt;code&gt;db_type</code> to odbc in the standard pubsub module.</p> <p>For example:</p> <div class="codeblock"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mod_pubsub: <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; db_type: odbc<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; access_createnode: pubsub_createnode<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ignore_pep_from_offline: true<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; last_item_cache: false<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plugins: <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - &quot;flat&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - &quot;hometree&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - &quot;pep&quot;</code></div> <p>There seem to be incorrect / deprecated example in the documentation. We will update it.</p> Tue, 01 Sep 2015 08:59:15 +0000 mremond comment 66042 at https://www.ejabberd.im I am getting the same error - https://www.ejabberd.im/node/24944#comment-66012 <p>I am getting the same error - latest version of ejabberd. </p> <p>Also tried the plugins without the _odbc but that didn't make difference.. </p> <p>Anyone find an answer to this?? Thanks..</p> Thu, 13 Aug 2015 06:55:19 +0000 richp10 comment 66012 at https://www.ejabberd.im