无法从Web服务器正确加载XML响应。
服务器的原始响应:
getDocumentRootPath()。 $ baseUrl; } $ utilsSecurity =&CKFinder_Connector_Core_Factory :: getInstance(“ Utils_Security”); $ utilsSecurity-> getRidOfMagicQuotes(); / ** * $ config必须初始化* / $ config = array(); $ config ['Hooks'] = array(); $ config ['插件'] = array(); / ** *修复Flash中的Cookie错误。 * / if(!empty($ _ GET ['command'])&& $ _GET ['command'] =='FileUpload'&&!empty($ _ POST)){foreach($ POST as $ key => $ val){if(strpos($ key,“ ckfcookie ”)=== 0)$ _COOKIE [str_replace(“ ckfcookie_”,“”,$ key)] = $ val; }} / ** *读取配置文件* / require_once CKFINDER_CONNECTOR_CONFIG_FILE_PATH; CKFinder_Connector_Core_Factory :: initFactory(); $ connector =&CKFinder_Connector_Core_Factory :: getInstance(“ Core_Connector”); if(isset($ _ GET ['command'])){{connector-> executeCommand($ _ GET ['command']); }其他{$ connector-> handleInvalidCommand(); } 好