Hi,
I thought I would ask the question before making unnecessary hacks to the code to try and resolve my problem.
I'm using FCKeditor within a CMS and have followed the installation, config and integration pages (hopefully correctly), but when uploading through the Insert Link, or Insert Image functionality I get the error "The connector is disabled".
I have tried debugging the error and noticed that when requesting the page /ckfinder/config.php directly, I get the PHP error "Call to undefined function resolveurl()" on the line for resolving baseDir which suggests that it's not including connector.php.
My fckconfig.js file has been amended with the new ckfinder connector URL destinations for ImageUpload, LinkUpload, etc.
Does anyone have any suggestions?
I thought I would ask the question before making unnecessary hacks to the code to try and resolve my problem.
I'm using FCKeditor within a CMS and have followed the installation, config and integration pages (hopefully correctly), but when uploading through the Insert Link, or Insert Image functionality I get the error "The connector is disabled".
I have tried debugging the error and noticed that when requesting the page /ckfinder/config.php directly, I get the PHP error "Call to undefined function resolveurl()" on the line for resolving baseDir which suggests that it's not including connector.php.
My fckconfig.js file has been amended with the new ckfinder connector URL destinations for ImageUpload, LinkUpload, etc.
Does anyone have any suggestions?
Re: Problems integrating CKFinder with FCKeditor
I've found the problem - viewtopic.php?f=10&t=10714, I can't authorise the logged in user with the session variable, I need to set a cookie instead!
Also, apologies for posting this in the wrong forum, I've just found the CKFinder forum under Extras...