My web host has recently upgraded PHP to version 4.4.7 and since then my file uploads have stopped working.
I have taken the time to upgrade FCK to version 2.4.3 and my uploads still fail without error, in fact I am prompted and told that my uploads have succeeded. I have no problems creating directories.
Following some directions from another post here I have installed Live HTTP Headers and firebug and called the test.html file. It appears as though the right connector is being called:
POST /siteadmin/editor/editor/filemanager/browser/default/connectors/php/connector.php?Command=FileUpload&Type=Image&CurrentFolder=/ HTTP/1.1
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
i also can not get any of the programs to "show"....my upload is completed, but the program doesn't display....help... :
and i can't get the smilies to work....??? 
thanks ahead
darlene
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+