It's the second post in the past few days regarding problems with file uploads after upgrading PHP. Do you have safe mode enabled on your server? (please disable it in such case)
By default when you click on image button and upload image file, it will be uploaded into your userfiles directory, which means that you will not see it in the file browser altohugh it is (probably) uploaded. This is a known issue, you can change that bevhaviour by setting $Config['UseFileType'] to true (in FCKeditor 2.4) or by setting the right path in FCKeditor 2.5. Please log in to your FTP account and search for that image file inside your userfiles directory.
Darlene - what problem exactly do you have with smilies?
Yes, FCKeditor 2.4.3 converts it's own directories to lower case. To change that behaviour you would have to change a couple of source files... or use FCKeditor 2.5 which has all paths configurable.
If you download FCKeditor 2.5, go to editor\filemanager\connectors and run test.html and uploadtest.html. Turn on display_errors, set error_reporting to E_ALL and check for any errors there. Please note that the result is loaded into an iframe and contains XML or javascript so it may be not "visible" in some browsers.
Re: Upload fails with no error
Do you have safe mode enabled on your server? (please disable it in such case)
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Upload fails with no error
Safe mode is not enabled on my server.. any ideas?
Re: Upload fails with no error
Re: Upload fails with no error
This is a known issue, you can change that bevhaviour by setting $Config['UseFileType'] to true (in FCKeditor 2.4) or by setting the right path in FCKeditor 2.5.
Please log in to your FTP account and search for that image file inside your userfiles directory.
Darlene - what problem exactly do you have with smilies?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Upload fails with no error
I have $Config['UseFileType'] = true ; in both config.php files. $Config['UserFilesPath'] and $Config['UserFilesAbsolutePath'] are also correctly set.
The permissions are set to 777 and I have created a new userfiles folder as the latest fckeditor now converts the directory names to lowercase.
Re: Upload fails with no error
To change that behaviour you would have to change a couple of source files...
or use FCKeditor 2.5 which has all paths configurable.
If you download FCKeditor 2.5, go to editor\filemanager\connectors and run test.html and uploadtest.html.
Turn on display_errors, set error_reporting to E_ALL and check for any errors there.
Please note that the result is loaded into an iframe and contains XML or javascript so it may be not "visible" in some browsers.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+