Closed (won't fix)
Project:
WYSIWYG CKFinder
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jan 2012 at 17:23 UTC
Updated:
8 Sep 2017 at 10:13 UTC
The function CheckAuthentication() is really not working.
For testing I used this:
function CheckAuthentication() {
static $authenticated;
$authenticated = TRUE;
return $authenticated;
}
This got me better results.
I have your module in /sites/all/modules/local/your-module.
Comments
Comment #1
jrsinclair commentedThis is a duplicate of #1413286: XmlError, module not working.