As I upload a image, and click the botton browse server, and I got this error message:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: Internal Server Error (500)
Requested URL:
/admin/fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1222660961951
Response text:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
webmaster@officeconsumables.com.au and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at officeconsumables.com.au Port 80</address>
</body></html>
How to fix this?
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: Internal Server Error (500)
Requested URL:
/admin/fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1222660961951
Response text:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
webmaster@officeconsumables.com.au and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at officeconsumables.com.au Port 80</address>
</body></html>
How to fix this?
Re: upload image problems need to fix
UserFilesPath = "e:\web\allaboutme1\htdocs\userfile";
UserFilesAbsolutePath = "e:\web\allaboutme1\htdocs\userfile";
and get the message.
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: Internal Server Error (500)
I have tried many combinations for UserFilesPath and UserFilesAbsolutePath to no avail.
The only thing that works is if I leave the UserFilesAbsolutePath = "" and UserFilesPath="~/UserFiles/" but then it returns the relative path to the image and that will not work when emailed.
I need to return the Absolute path to the editor, not the relative path.
I am using asp.net
What the heck do I do? Any help , at all , would be great! What am I doing wrong? or better yet, what is wrong with the editor?