Hy Everibody,
sorry for that question , but I tried and tried...
I have
ckeditor_3.0.2.zip
+
ckfinder_php_1.4.1.1.zip
in the folder plugin
of my site;
I configured the textarea
<script type="text/javascript"> //<![CDATA[ // This call can be placed at any point after the // <textarea>, or inside a <head><script> in a // window.onload event handler. // Replace the <textarea id="editor"> with an CKEditor // instance, using default configurations. CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl : '/plugin/ckfinder/ckfinder.html', filebrowserImageBrowseUrl : '/plugin/ckfinder/ckfinder.html?Type=Images', filebrowserFlashBrowseUrl : '/plugin/ckfinder/ckfinder.html?Type=Flash', filebrowserUploadUrl : '/plugin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', filebrowserImageUploadUrl : '/plugin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images', filebrowserFlashUploadUrl : '/plugin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash' } ); //]]> </script>
Re: Connector.php was not found on this server
Is CKFinder installed in http://yourdomain/plugin/ckfinder ?
If yes, then check whether all files were uploaded correctly.
For example, if you check your site via FTP, in ckfinder\core\connector\php there should be file named connector.php.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Connector.php was not found on this server
Yes, that file exists, i checked it.
CHMOD 755
Any ideas ?
Re: Connector.php was not found on this server
Re: Connector.php was not found on this server
Image uploads are working. It's just PDF uploads that don't work.
Re: Connector.php was not found on this server
I would appreciate any help that you might offer. Thank you.
Re: Connector.php was not found on this server
Re: Connector.php was not found on this server
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Connector.php was not found on this server
Hello,
CKfinder has a security process to allow only certain users to upload files ( see http://docs.cksource.com/CKFinder_2.x/D ... uick_Start)
you must enable the function CheckAuthentication()
In the ckfinder/config.php complete the function CheckAuthentication() like this:
Re: Connector.php was not found on this server
is actually equal to putting in config.php:
which is obviously not safe in most cases.
The correct way (more or less) is to set "$_SESSION['IsAuthorized']" (or whatever), once the user is logged in and has correct permissions to the application where CKFinder is enabled.
I'm writing this just in case someone misunderstood the explanation above.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Hello,
Hello,
Even in following the instructions above, I still have the message :
Not Found. The requested URL /ckfinder/ckfinder.html was not found on this server.
I tryed to change the next line in the config.js file :
$baseUrl = 'http://localhost/Symfony/web/addons/ckfinder/userfiles';
$baseDir = resolveUrl($baseUrl);
Where is the issue ?
Thanks.
Bye,
The server encountered an
The server encountered an internal error or misconfiguration and was unable to complete your request.