我正在使用一个名为justboil.com(jbiimages)的图片上传器插件,用于tinymce编辑器。
当我上传图片时,它在localhost上工作正常,但在网站图片上没有上传。它显示:
正在上传...这比平时花费的时间更长。可能有错误 已经发生了
域和路径是 http://www.testsite.com/admin/upload_images/img1.jpg
以下是插件的配置代码
$config['img_path'] = '/admin/upload_images'; // Relative to domain name
$config['upload_path'] = $_SERVER['DOCUMENT_ROOT'] . $config['img_path'];
我在init中添加了relative_urls: false, remove_script_host: false,
,但我的图片没有上传,我在控制台中遇到两个错误:
无法加载资源:服务器响应状态为404 (未找到) GET:http://www.testsite.com/admin/js/tiny_mce/plugins/jbimages/ci/index.php/blank/english 404(未找到) POST:http://www.testsite.com/admin/js/tiny_mce/plugins/jbimages/ci/index.php/upload/english 404(未找到)