当前位置:编程学习 > JAVA >>

ckeditor+ckfinder上传图片的问题

当我点击上传图片的时候,始终报错:

系统错误
从服务器读取XML数据出错
处理指令未关闭。 
服务器返回原始结果: 
getDocumentRootPath() . $baseUrl; } $utilsSecurity =& CKFinder_Connector_Core_Factory::getInstance("Utils_Security"); $utilsSecurity->getRidOfMagicQuotes(); /** * $config must be initialised */ $config = array(); $config['Hooks'] = array(); $config['Plugins'] = array(); /** * Fix cookies bug in Flash. */ 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; } } /** * read config file */ 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']); } else { $connector->handleInvalidCommand(); }  
 


--------------------编程问答-------------------- oh  解决了   但现在都忘了是如何解决的了  快来领分了
补充:Java ,  Web 开发
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,