The forum operates in read-only mode. Please head to StackOverflow for support.
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!
return isset($_SESSION['IsAuthorized']) && $_SESSION['IsAuthorized'];
function CheckAuthentication() { return true; }
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: connector error # 500
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.
function CheckAuthentication() { return true; }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+