Active
Project:
Jabber
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2013 at 12:50 UTC
Updated:
22 Oct 2013 at 10:35 UTC
Jump to comment: Most recent
When accessing http://example.com/drupal/jabber I get the following error:
Fatal error: Call to undefined function og_load_entity() in D:\xampp\htdocs\drupal\sites\all\modules\jabber\jabber.module on line 423
OG isn't mentioned as a requirement anywhere. I installed it anyway, the error persists.
Comments
Comment #1
mkesper commentedI cannot get this module to work with D7, so it's a major bug.
Comment #2
Rabuntu commentedHello,
here the same problem.
Many errors in the installation.
1. If i want install jabber, a error appears because table "jabber" in database already exists.
DatabaseSchemaObjectExistsException: Table <em class="placeholder">jabber</em> already exists. in DatabaseSchema->createTable() (line 657 of /var/www/virtual/example.com/htdocs/includes/database/schema.inc).2. Ok, i unable and enable the jabber module, installation works and "jabber settings" appears and i can set the bosh server.
3. If i select "Drupal Instant Messenger" from navigation menu next error appears
Fatal error: Call to undefined function og_load_entity() in /var/www/virtual/example.com/htdocs/sites/all/modules/jabber/jabber.module on line 4234. so now I have the nose full and i want uninstall the jabber module, but....
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'jabber' in 'where clause': DELETE from system WHERE name = "jabber"; Array ( ) in jabber_uninstall() (line 19 of /var/www/virtual/example.com/htdocs/sites/all/modules/jabber/jabber.install).Has someone an idea? Please! That is the only module which i find for collaborate with a jabber server in d7.
Comment #3
Rabuntu commentedComment #4
john franklin commented@Rabuntu, the database install/uninstall issues are addressed in #1794034: DatabaseScheme Error.