excepInfo: SELECT * FROM k_user as u,k_member as m WHERE (u.username = '' or m.mobile='') and m.status = 1 and u.id = m.user_id limit 1
 -- Connection was killed
excepFile: IWEB_PATH/lib/db/db_class.php
excepLine: 119
excepCode: 1000
excepTime: 2025-04-05 16:43:11
#0 IWEB_PATH/lib/web/model/model_class.php(189): IDB->query(SELECT * FROM k_user as u,k_member as m WHERE (u.username = '' or m.mobile='') and m.status = 1 and u.id = m.user_id limit 1)
#1 IWEB_PATH/lib/web/model/model_class.php(137): IModel->query((u.username = '' or m.mobile='') and m.status = 1 and u.id = m.user_id,*,,1)
#2 IWEB_PATH/plugins/_userInfo/_userInfo.php(440): IModel->getObj((u.username = '' or m.mobile='') and m.status = 1 and u.id = m.user_id)
#3 IWEB_PATH/plugins/_userInfo/_userInfo.php(417): _userInfo::isValidUser()
#4 IWEB_PATH/plugins/_userInfo/_userInfo.php(404): _userInfo::getUser()
#5 : _userInfo->initUser(cast_list)
#6 IWEB_PATH/classes/plugin.php(99): call_user_func(cast_list)
#7 IWEB_PATH/classes/plugin.php(209): plugin::trigger(onBeforeCreateAction,cast_list)
#8 : plugin::onBeforeCreateAction(cast_list)
#9 IWEB_PATH/lib/core/interceptor_class.php(114): call_user_func(cast_list)
#10 IWEB_PATH/lib/web/controller/controller_class.php(113): IInterceptor::run(onBeforeCreateAction,cast_list)
#11 IWEB_PATH/lib/core/webapplication_class.php(81): IController->run(cast_list)
#12 IWEB_PATH/lib/core/application_class.php(89): IWebApplication->execRequest()
#13 IWEB_PATH/index.php(5): IApplication->run()