Downloads
Release notes
Upgrade instructions
Clear the Drupal cache.
Important if NO friend module enabled:
Ensure that the existing system variable in this context has the right value.
The name of the variable is: qtc_chat_friend_module
Please use the "Variable editor" of the Devel module (enable the devel block) to check the value of the variable.
If the value 0 is this wrong! The correct value in this case is
no
Two possibilities to change the value of qtc_chat_friend_module
1.
Use the edit function of the "Variable editor" of the Devel module, enter the correct value and save the new value.
2.
Use the "Execute PHP Code" functionality of the Devel module, enter as PHP Code
variable_set('qtc_chat_friend_module', 'no'),
and execute this code.
Thanks for your assistance and have fun with QTC.