运行安装程序http://localhost:85/k/install/index.php,在appserv中会产生空白行。
解决方案:
找到/install文件夹里的index.php中的下面三句注释掉(或直接删除)
/*
error_reporting(E_ERROR | E_WARNING | E_PARSE);
@set_time_limit(1000);
@set_magic_quotes_runtime(0);
*/