安装程序好,手机登录出错,提示一大块英文,按官方搜索到的方法,修改了system目录下Zend目录下Session.php文件中的
//'auto_start' => null,
修改为:
//'auto_start' => 0,
结果程序运行中多次出现类似问题,反复刷新可以通过:
Application error
------
Message: The session has already been started. The session id must be set first.
------
Build: 2.2.1 20130906
PHP Version: 5.2.17
User Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
------
exception 'Zend_Session_Exception' with message 'The session has already been started. The session id must be set first.' in /data/7/5/web416257/www/wenda/system/Zend/Session.php:662
Stack trace:
#0 /data/7/5/web416257/www/wenda/system/Zend/Session.php(421): Zend_Session::setId('9b46ecb2226fc1d...')
#1 /data/7/5/web416257/www/wenda/system/Zend/Session/Namespace.php(136): Zend_Session::start(true)
#2 /data/7/5/web416257/www/wenda/system/aws_app.inc.php(129): Zend_Session_Namespace->__construct('vkq__Anwsion')
#3 /data/7/5/web416257/www/wenda/system/aws_app.inc.php(39): AWS_APP::init()
#4 /data/7/5/web416257/www/wenda/index.php(23): AWS_APP::run()
#5 {main}
本人菜鸟,请高手指点。
阅读全文
收起全文