zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Testlink 1.8.5 安装错误的解决方法

错误安装方法 解决 1.8
2023-09-11 14:20:34 时间
TestLink所需环境为PHP+MYSQL (支持MS SQL等),系统推荐使用PHP5.2,安装成功以后,如果运行时出错,主要两种错: [1].HP Warning: strtotime(): It is not safe to rely on the systems timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected UTC for 8.0/no DST instead in XXX 解决该错误的方法是找到错误的PHP文件,打开 1、在php文件头加上:date_default_timezone_set("PRC"); 2、更改php.ini种date.timezone的属性值为PRC,同时去掉前面的注释就可以了。 [2].Deprecated: Function ereg_replace() is deprecated in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testlink\lib\functions\lang_api.php on line 173 解决该错误的方法是打开PHP.INI文件,将 ;extension=php_mbstring.dll extension=php_mbstring.dll ;mbstring.func_overload = 0 修改为: mbstring.func_overload = 7 修改之后,系统成功运行 进去之后,还会发现一个WARNING: There are security warnings for your consideration.  To disable any reference to these checkings, set $tlCfg- config_check_warning_mode = SILENT; 这需要打开TestLink下config.inc.php文件,将 $tlCfg- config_check_warning_mode = FILE; $tlCfg- config_check_warning_mode = SILENT; 再运行,WARNING消失! 最新内容请见作者的GitHub页:http://qaseven.github.io/
Ubuntu安装WDCP遇到的无法便于错误解决方法 WDCP v3.2安装 WDCP支持CentOS系统下安装,包括了32bit或者64bit,最新版本建议在6.x以上版本使用,源码安装命令为: wget http://dl.wdlinux.cn/lanmp_laster.