Hello,
I set up CKEditor and CKFinder on my website.
My texteara becomes successfully the rich editor, the button "Browse the server" is here when I click on the image icon on the toolbar but...
When I click on that button to browse my directories, I have a big error system.
Please look at the screenshot enclosed.
I set up the latest version of both CKEditor and CKFinder so I really don't understand.
Moreover, this error is a part of the ckfinder/core/connector/connector.php file... it's very strange...
Could anyone help me to resolve this ?
Thank you
Chafik
Tue, 02/22/2011 - 23:41
#1
Re: System Error with a part of code
Nobody can help me ?
Re: System Error with a part of code
PHP is disabled on your web server. To run CKFinder for PHP, you need PHP
If you're on Snow Leopard, do the following:
1. open /etc/apache2/httpd.conf
2. Find
and uncomment it (remove "#"):
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: System Error with a part of code
Thank you for your answer wiktor but I don't think it's a PHP problem
My website is running very well and based on the CakePHP framework so PHP5 is activated.
But I really don't understand why the code is printed in the error box from the file :
/ckfinder/core/connector/php/connector.php from line 68...
Some people have experienced the same problem:
http://hkvstore.com/forums/viewtopic.ph ... 268#p64345
Do you have an idea on how to resolve this problem ?
Thanks in advance
Re: System Error with a part of code
Please check all .htaccess files in folders above ckfinder folder.
The "error" you see is simply the full PHP code from ckfinder/core/connector/php/connector.php, which means that this file was not executed by the web server.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+