Jump to content

XML Request Error : OK (302)


Guest

Recommended Posts

i have encountered an error when tyring to upload images. I have found this topic concerning the problem here http://forums.cubecart.com/index.php?showt...amp;mode=linear

I have read it and a solution that was put up was this:

the fix....

Open:

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

Find:

CODE

include($backPath."includes".CC_DS."sslSwitch.inc.php");

Replace with:

CODE

//include($backPath."includes".CC_DS."sslSwitch.inc.php");

however i have checked my config.php file and it seems already that there are 2 // in place! Heres abit of my config.php file :

$backPath = "..".DIRECTORY_SEPARATOR."..".DIRECTORY_SEPARATOR."..".DIRECTORY_SEPARATOR."..".DIRECTORY_SEPARATOR."..".DIRECTORY_SEPARATOR."..".DIRECTORY_SEPARATOR."..".DIRECTORY_SEPARATOR;

include($backPath."ini.inc.php");

include($backPath."includes".CC_DS."global.inc.php");

include($backPath."classes".CC_DS."db".CC_DS."db.php");

$db = new db();

include($backPath."classes".CC_DS."cache".CC_DS."cache.php");

//include($backPath.$glob['adminFolder'].CC_DS."includes".CC_DS."functions.inc.php");

include($backPath."includes".CC_DS."functions.inc.php");

$config = fetchDbConfig("config");

$enableSSl = enableSSl();

//include($backPath."includes".CC_DS."sslSwitch.inc.php");

Link to comment
Share on other sites

my exact error message is

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

XML request error: Found (302)

Requested URL:

mywww.store.com/admin/includes/rte/editor/filemanager/browser/default/admin/includes/rte/editor/filemanager/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=uploads&CurrentFolder=%2F&uuid=1234727675000"]http://toxmedia.comyr.com/admin/includes/r...d=1234727675000

Response text:

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...