hi,
have been stuck with this problem for a while. sorry if it's some small stupid glitch of mine but i just cannot get through it
once i click on the "insert image" or "insert link" and on the popup "browse server" i get the new window with error message box saying "system error" as topic but no message itself and that's it
when i take "upload" from upper part i get information message "Please select folder before uploading."
so i assume i don't have the right directory selected? config.php points to correct directory as far as i can get it. but why cannot i get any real error message what is exactly wrong?
have been stuck with this problem for a while. sorry if it's some small stupid glitch of mine but i just cannot get through it
once i click on the "insert image" or "insert link" and on the popup "browse server" i get the new window with error message box saying "system error" as topic but no message itself and that's it
when i take "upload" from upper part i get information message "Please select folder before uploading."
so i assume i don't have the right directory selected? config.php points to correct directory as far as i can get it. but why cannot i get any real error message what is exactly wrong?
Re: ckfinder gives me "system error"
error_reporting(E_ALL);
ini_set('display_errors', 1);
Re: ckfinder gives me "system error"
Re: ckfinder gives me "system error"
thanks for replies guys
jswaringen > i have all the folders had for testing 755 and 777, nothing
callenj69 > i see where you're heading but sorry my description wasn't the best. chfinder is the one who gives the message, not the PHP
i get this screen
Re: ckfinder gives me "system error"
well we can drop the topic. i'm a moron myself and i managed to make error in authenting part. works fine now
Re: ckfinder gives me "system error"
you can let me know the solution to your problem?
I'm having the same problem
Thanks
Re: ckfinder gives me "system error"
Re: ckfinder gives me "system error"
Did you fix it?
Would you please tell the detail of solution, beacause I dont understand your solution yet.
Thanks you
nvcken@gmail.com
Re: ckfinder gives me "system error"
I have this exact problem and it appears to be a syntax error in the connector.php file.
I've installed a fresh copy, edited the config.php file properly. Still, this problem persists.
Please me here here on the boards clearly for the sake of others. I find that this forum tends to not answer user's questions publicly, which is very unhelpful.
Thank you in advance,
Re: ckfinder gives me "system error"
Usually such errors are caused by a typo in the configuration file - missing semicolon, etc.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder gives me "system error"
Thanks c78kwweafr for sending me a link to the website with this problem.
@anyone else looking for a solution:
If you have downloaded CKFinder for PHP and it is not working and showing you strange errors instead, make sure that PHP is available on your web server.
If you open in the browser URL similar to: http://localhost/ckfinder/core/connector/php/connector.php?command=Init
(where http://localhost/ckfinder/ is the place where CKFinder was installed)
then your web server definitely should not ask you to save that file (connector.php) or display its contents as plain text.
To check whether your server supports PHP, simply create a file named foo.php with the following content:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+