Active
Project:
XMPP Framework
Version:
6.x-2.x-dev
Component:
XMPP-Framework
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2009 at 13:14 UTC
Updated:
6 Dec 2009 at 23:45 UTC
I had to changed this line:
define('XMPPFRAMEWORK_API', variable_get('xmppframework_api', ''));
to
define('XMPPFRAMEWORK_API', variable_get('xmppframework_api', 'xmpp_api'));
in xmppframework.module
I don't know why it didn't save the value when I used the admin pages.
Comments
Comment #1
fizk commentedComment #2
fizk commentedComment #3
darren.ferguson commentedIf you had to change that line it means that in the settings page nothing was saved for the api. Did you go to the admin / xmppframework / settings page since this is where you will set the relevant api that the module will utilize.
Comment #4
fizk commentedYes, I went to admin / xmppframework / settings page.