Download & Extend

Unable to install due to missing '_create_chatcatcher_secret' + fix

Project:Chat Catcher
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:jeckman
Status:closed (fixed)

Issue Summary

When trying to install Chat Catcher, I got an error message saying that the chatcatcher.install could not find the function _create_chatcatcher_secret()

Adding this line as first line of function chatcatcher_install() (in chatcatcher.install) fixed it:

include_once('chatcatcher.module');

Unfortunately, I'm not able to make a patch.

Comments

#1

Status:active» needs review

#2

Assigned to:Anonymous» jeckman
Status:needs review» closed (fixed)

Thanks Tommy - incorporated in the latest release

nobody click here