Zommy 发表于 2012-7-24 21:08:18

Ionize的媒体管理器问题

安装完成后,进入demo管理后台,然后点击媒体管理器,提示
Error
There was no file specified or the file does not exist. (path = /)
点击upload按钮可以弹出窗口选择文件,但不会上传
因为是本地测试环境easyphp,可以排除目录权限问题。
google后发现国外有人碰到过这样的问题,但他只说是服务器问题,没给出解决方案,连是服务器什么问题都没说。
请高手帮忙解决,谢谢!

yunnysunny 发表于 2012-7-25 08:42:48

都没有听说过这个系统,只能你自己对照着代码改了。

终结者 发表于 2012-7-25 09:50:09

yunnysunny 发表于 2012-7-25 08:42 static/image/common/back.gif
都没有听说过这个系统,只能你自己对照着代码改了。

没听过。。。

awinlei 发表于 2012-7-30 07:52:05

这个解决起来比较麻烦,我前几天也遇到了这个问题,后来我改了配置 ,就好了

Zommy 发表于 2012-7-30 14:15:07

awinlei 发表于 2012-7-30 07:52 static/image/common/back.gif
这个解决起来比较麻烦,我前几天也遇到了这个问题,后来我改了配置 ,就好了 ...

能否贴出你的解决方法?谢谢!!

awinlei 发表于 2012-7-30 20:39:36

having same error on upload files and noting it's impossible to set fancyupload options in the admin panel to activate upload, i modified 2 vars in modules/fancyupload/config/config.php, in this way:
$config['fancyupload_active'] = '1';
$config['fancyupload_folder'] = '/correct/path/to/upload/folder/';
now it's all right!!!
页: [1]
查看完整版本: Ionize的媒体管理器问题