Posted by Tommy Sundstrom on April 15, 2009 at 9:42am
2 followers
Jump to:
| 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
#2
Thanks Tommy - incorporated in the latest release