Hello everybody.
I'm using FCK more than a year, and just now i faced the real problem. I have i big site which gives users access to edit ther pages with FCK. A few weeks ago I've updated FCK to RC3 with FBXP (http://mcpuk.net/fbxp/) and everything was just fine, there were no problems. But today I've got a message from my user that he can't upload an image to the server. So I went to check it and find a bug came from just nowhere! When I open the add image dialog, it opens and there occurs a javascrpit error:
String: 163
Char: 2
Error: an object required
Code: 0
URL: http://..mysite/path-to-editor/editor/f ... lders.html
After that the frane which should show the list of the files is blank.. Uploading also doesn't work - it says 'Invalid XML response from connector'.
It was wokring fine and just broken.. What's that? Please, help me to fix that problem.
Thanks in advance.
Thu, 04/21/2005 - 23:41
#1
RE: Need help! Upload error came from nowhere
RE: Need help! Upload error came from nowhere
Everything was ok with that directory, the names are correct, and the persissions to.
RE: Need help! Upload error came from nowhere
RE: Need help! Upload error came from nowhere
Denny Valliant, THANKS a lot! testme.php saved my life Everything was simple as 1-2-3.. I've just missed a space sybmol at the beginning of the FBXP's cfg.php file and there script couldn't send headers to the browser
RE: Need help! Upload error came from nowhere
I too have had this problem with FBXP (which is a fantastic piece of work). I've got multiple users using the same editor, the basedir and url variables being assigned through sessions.
All of a sudden I get that same Javascript error and the XML connector invalid data bit.
Could you indicate what you changed in the config to get it working again?
Also, is anyone out there using session variables to control the user directory targets?
Cheers,
Ad
RE: Need help! Upload error came from nowhere