znjack
新手上路

UID 119968
精华
0
积分 6
帖子 4
金钱 6 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2008-4-24
状态 离线
|
fckeditor 的问题
Sorry, can\'t map "UserFilesPath" to a physical path. You must set the "UserFilesAbsolutePath" value in "editor/filemanager/connectors/php/config.php
配置文件
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/userfiles/' ;
$Config['UserFilesAbsolutePath'] = '' ;
图片上传文件夹:userfiles ,放在网站根目录下
在apache上没有问题,在iis 6\7上会出现问题
|
|