excepInfo: SELECT * FROM iwebshop_user as u,iwebshop_member as m WHERE (u.username = '' or m.email = '' or m.mobile='') and m.status = 1 and u.id = m.user_id limit 1
 -- Query execution was interrupted
excepFile: IWEB_PATH/lib/db/db_class.php
excepLine: 119
excepCode: 1000
excepTime: 2024-11-08 20:00:01
#0 IWEB_PATH/lib/web/model/model_class.php(201): IDB->query(SELECT * FROM iwebshop_user as u,iwebshop_member as m WHERE (u.username = '' or m.email = '' or m.mobile='') and m.status = 1 and u.id = m.user_id limit 1)
#1 IWEB_PATH/lib/web/model/model_class.php(149): IModel->query((u.username = '' or m.email = '' or m.mobile='') and m.status = 1 and u.id = m.user_id,*,,1)
#2 IWEB_PATH/plugins/_userInfo/_userInfo.php(364): IModel->getObj((u.username = '' or m.email = '' or m.mobile='') and m.status = 1 and u.id = m.user_id)
#3 IWEB_PATH/plugins/_userInfo/_userInfo.php(344): _userInfo::isValidUser()
#4 IWEB_PATH/plugins/_userInfo/_userInfo.php(331): _userInfo::getUser()
#5 : _userInfo->initUser(index_stop)
#6 IWEB_PATH/classes/plugin.php(94): call_user_func_array()
#7 IWEB_PATH/classes/plugin.php(205): plugin::trigger(onBeforeCreateAction,index_stop)
#8 : plugin::onBeforeCreateAction(index_stop)
#9 IWEB_PATH/lib/core/interceptor_class.php(114): call_user_func(index_stop)
#10 IWEB_PATH/lib/web/controller/controller_class.php(112): IInterceptor::run(onBeforeCreateAction,index_stop)
#11 IWEB_PATH/lib/core/webapplication_class.php(75): IController->run(index_stop)
#12 IWEB_PATH/lib/core/application_class.php(94): IWebApplication->execRequest()
#13 IWEB_PATH/index.php(5): IApplication->run()