I integrate ckfinder 1.2.2 into fckeditor 2.6 (both PHP) and when i try to upload file throught the fckeditor toolbar it doesn't upload the file and shows me an error "Error on file upload. Error number: 12". How can i solve this problem?
Fri, 04/11/2008 - 10:13
#1
Re: Error Upload ckfinder + fckeditor
By default CKFinder comes with three resource types: Files, Images, Flash.
However, in FCKeditor default image upload path points to Image (without "s" at the end)
So the solution is to:
either change the name of resource type in config.php to "Image"
or
change Type=Image to Type=Images in a file, where you integrated FCKeditor with CKFinder (remember to clear your browsers cache if you modified javascript files).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+