Apache安装(略)我的apache装在/usr/local/apache22/Mysql安装(略)我的mysql装在/usr/local/mysqlPhp安装(略)我的php装在/usr/local/php不过安装dotproject不需要那么多的插件,好像只需要几个。这个改天重装时再详细写了:)RHEL5.3下dotProject安装步骤:1:下载dotProject for linux,地址如下:http://jaist.dl.sourceforge.net/project/dotproject/dotproject/dotProject%20Version%202.1.2/dotproject-2.1.2.tar.gz
tar zxvf dotproject-2.1.2.tar.gzmv dotproject /usr/local/apache22/htdocs/ //把文件放到apacht的web目录2...
挺有用的,自己找了半天没找到在哪儿里改
FCKEditor文件上传提示信息的汉化在FCKeditor中,虽然可以自动监测客户端语言,但是仍有小部分信息未能得到汉化。例如上传图片、Flash时,上传成功和上传失败的对话框提示信息均为英文,只要找到相应的提示文本,修改为中文即可。这里以汉化上传图片时的提示信息为例:用DW或者UE打开 FCKeditor/editor/dialog/fck_image 下的 fck_image.js 文件,首先找到438行,把原文“Your file has been successfully uploaded”,替换为“文件已成功上传!”,同理,第447行,“A file with the same name is already available. The uploaded file has been renamed to”替换为“同名文件已经存在。 刚才上传的文件已自动命名为:”,第450行,“文件类型不正确!”替换“Invalid file type”,第453行,“你可能没有足够的权限上传文件,请检查服务器设置。”替...
具体提示:This connector is disabled. Please check the “editor/filemanager/connectors/php/config.php” file
Limesurvey采用的FCK编辑器,这个编辑器默认禁用了上传,解决办法是:
找到这个文件,具体在:
./admin/scripts/fckeditor.2641/editor/filemanager/connectors/php/
修改config.php,找到
// SECURITY: You must explicitly enable this “connector”. (Set it to “true”).// WARNING: don’t just set “$Config[‘Enabled’] = true ;”, you must be sure that only// auth...
在Limesurvey较老版本下制作了很多个性化的主题,将主程序升级到最新的1.85+,应用新模版时出现两个问题:
a.在模版编辑页面,提示Invalid screen name
b.当把某模板强制应用时, 函数file_get_contents出现错误,找不到文件:
Warning: file_get_contents(templates/edgyblue-pku/question_start.pstpl) [function.file-get-contents]: failed to open stream: No such file or directory in {limesurveypath}/qanda.php on line 736
原来1.85较之1.52版,模板多了以下几个文件:
surveylist.pstplquestion_start.pstplprintanswers.pstplprint_survey.pstplprint_question.pstplprint_group.pstpl
重新制作这几个模板文件,或者由于这几个...