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

mkesper’s picture

Priority: Normal » Major

I cannot get this module to work with D7, so it's a major bug.

Rabuntu’s picture

Assigned: Unassigned » Rabuntu

Hello,

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 423

4. 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.

Rabuntu’s picture

Assigned: Rabuntu » Unassigned
john franklin’s picture

@Rabuntu, the database install/uninstall issues are addressed in #1794034: DatabaseScheme Error.