i am running php to support our system and im experiencing connection error with the ckfinder integrate with ckeditor.
I had this error for the first time i install the apps.
i follow the guide correctly but i do have this problem.
ok i provided a screenshot for reference.
i edit the config.php
www is my root dir.
here is my address: http://localhost/library/ckeditor/ckfin ... dalone.php
$baseUrl = '/www/library/ckeditor/ckfinder/userfiles/';
$baseDir = 'C:/www/library/ckeditor/ckfinder/userfiles/';
Fri, 09/16/2011 - 11:22
#1
Re: connector error # 500
Just as the error message says, your CKFinder is not enabled. See: http://docs.cksource.com/CKFinder_2.x/D ... 9_Function
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: connector error # 500
Re: connector error # 500
For example they uncomment:
althought they:
a) do not set anywhere $_SESSION['IsAuthorized']
b) forget to enable session_start();
If you're working on a secure local server, where you can afford to enable uploads to anyone, to enable CKFinder simply return true in that function.
On a live server you should however change this function into something more sophisticated.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: connector error # 500
i can only view the basket folder seems there's a config in access control am i right?
Re: connector error # 500
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+