I am working on an installation of ckfinder. It has always worked in my developing environment. Upon moving it to the live server however i now get the following error:
XML request error: OK (200)
after some poking around i have noticed it is being caused by the session_start() command that runs before CheckAuthentication() is called. If i remove the session_start the error goes away but CheckAuthentication fails and thus i get a new error:
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
I am running the PHP version of ckfinder. any one have any thoughts?
XML request error: OK (200)
after some poking around i have noticed it is being caused by the session_start() command that runs before CheckAuthentication() is called. If i remove the session_start the error goes away but CheckAuthentication fails and thus i get a new error:
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
I am running the PHP version of ckfinder. any one have any thoughts?
Re: session_start() and XML request error: OK (200)
Re: session_start() and XML request error: OK (200)