很抱歉,系统代码出错了!请参考[解决错误方法]进行排查

解决错误方法:(更多帮助请阅读PHPSYS开发手册)

Uncaught exception 'Exception' with message 'Duplicate entry 'b49jso5hrtskk1l0q08p6jas11' for key 'PRIMARY'' in D:\LanduiYUN\NGsBKNTe\wwwroot\sources\db_engine\mysql.php:168 Stack trace: #0 D:\LanduiYUN\NGsBKNTe\wwwroot\sources\autoload\session.php(110): db_mysql->query('INSERT INTO epc...') #1 D:\LanduiYUN\NGsBKNTe\wwwroot\sources\autoload\session.php(82): session_lib->read('b49jso5hrtskk1l...') #2 D:\LanduiYUN\NGsBKNTe\wwwroot\sources\index.inc.php(133): session_lib->start() #3 D:\LanduiYUN\NGsBKNTe\wwwroot\index.php(31): require_once('D:\LanduiYUN\NG...') #4 {main} thrown 导致运行出错.
请查看以下文件第 168 行解决错误! 运行流程切入点详见运行回溯流程Notice文件
查看文件路径: D:\LanduiYUN\NGsBKNTe\wwwroot\sources\db_engine\mysql.php
ERROR SOURCE CODE:
163.          $func $this->unbuffered && function_exists("mysql_multi_query") ? "mysql_multi_query" "mysql_query";
164.          $this->result $func($sql,$this->conn);
165.          if(!$this->result){
166.              if(APP_DEBUG){
167.                  $this->db_error mysql_error();
168.                  if($this->db_error)throw new Exception($this->db_error);                
169.              }            
170.              return false;
171.          }
172.          
173.          $this->query_count++;

运行回溯流程(点击文件路径展开查看载入点):

  • Source File: mvclibs/www/control/msg.php on line 15
  • Source File: sources/index.inc.php on line 120
  • Source File: index.php on line 31

Included files: 24 (memory_usage: 1.59 MB) [查看]

Version Information: PHPSYS Version:4.0.9-20170707133654; PHP Version:5.2.17