I'm sorry if this has been brought up several times before - I've looked everywhere trying to find the answer but I'm sure i'm looking far too deep into this! I'm hoping someone can explain this in simple terms for me! Or better still, point me to the topic I'm looking for!!!
Clean install of OC 1.3.4... my problem is uploading pictures into the Information pages.
I click the IMAGE button in the text editor, then the UPLOAD tab, then BROWSE, select image and click OPEN... then when I click the Send to Server button, the following error is displayed:
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
I've tried everything I can think of but I'm a bit concerned about security so want to make sure I do it safely. The config file in the ckfinder file I modified to the following:
Code: Select all
function CheckAuthentication()
{
return isset($_SESSION['IsAuthorized']) && $_SESSION['IsAuthorized'];
}
Many thanks in advance....