Jump to content

CC 4.3 FCKEditor XML request error- Requested URL not correct


Guest catmiller

Recommended Posts

Guest catmiller

I have been using CC v4.23 for the longest time and it has worked wonderfully. Last week I decided to finally upgrade to v4.3 . ever since then, I have been hit with this error when I try to upload image.

I noticed that in the Requested URL, the path is repeated twice and thus the file is not found because the path has become incorrect. But I have no idea how to fix the problem. Please help me! below is the error I get.

The server didn't send back a proper XML response. Please contact your system administrator.

XML request error: Not Found (404)

Requested URL:

"http://www.mydomain.com/admin/includes/rte/editor/filemanager/browser/default/admin/includes/rte/editor/filemanager/connectors/php/connector.php?Command=GetFoldersAndfiles&Type=uploads&CurrentFolder=%2F&uuid=1232423441322"]http://www.mydomain.com/admin/includes/rte...d=1232423441322

Response text:

<!DOCTYPE HTML PUBLIC"-//IETF//DTD HTML 2.0//EN">

<html><head>

<title>404 Not Found</title>

</head><body>

<h1>Not Found</h1>

<p>The requested URL

/admin/includes/rte/editor/filemanager/browser/default/admin/includes/rte/editor/filemanager/connectors/php/connector.php was not found on this server.</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.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthought/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mydomain.com Port 80</address>

</body></html>

if all else failed, I will have to revert to 4.23. Thanks in advance!

Link to comment
Share on other sites

Guest Brivtech

I believe this is a bug. Please post this in the bug tracker for more attention by the developers.

The problem seems to be here...

/admin/includes/rte/editor/filemanager/browser/default/admin/includes/rte/editor/filemanager/connectors/php/connector.php

By the look of it, the path is being replicated by mistake - Probably a case of a minor programming error with a variable out of place.

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...
  • 3 weeks later...
  • 7 months later...
Guest mcassociates

I've just had the same problem, and have a solution that worked for me.

Edit the file /includes/global.inc.php

Look for the following line:

$glob['rootRel'] = '';


and change it to


$glob['rootRel'] = '/';

(note the forwardslash).

Restart your browser and try to upload an image again. Hope it helped.

Link to comment
Share on other sites

  • 9 months later...

I've just had the same problem, and have a solution that worked for me.

Edit the file /includes/global.inc.php

Look for the following line:

$glob['rootRel'] = '';


and change it to


$glob['rootRel'] = '/';

(note the forwardslash).

Restart your browser and try to upload an image again. Hope it helped.

Yep, that worked for me too. Thank you so much. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...