1. 서버 이전 후 회원가입이 안되는 현상이 있습니다.
소스는 이전 그대로인데, 크롬 개발자도구에서 콘솔에서도 어떤 메세지가 안 뜨네요.
phpmyadmin 에서 member 트리거에서 회원가입 관련한 트리거를 없애봐도, 계속 안되는 문제가 있어서 정확하게 해결방법을 못 찾고 있습니다.
addons 폴더명을 바꾸고 회원가입 시도해보면 회원가입창에 다음과 같은 메세지가 보입니다.
Prepared statement failed: INSERT INTO `xe_member` (`member_srl`, `user_id`, `email_address`, `password`, `email_id`, `email_host`, `user_name`, `nick_name`, `find_account_question`, `find_account_answer`, `homepage`, `blog`, `birthday`, `allow_mailing`, `allow_message`, `denied`, `regdate`, `change_password_date`, `last_login`, `is_admin`, `extra_vars`, `list_order`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Array ( [0] => mysqli_stmt Object ( [affected_rows] => -1 [insert_id] => 0 [num_rows] => 0 [param_count] => 22 [field_count] => 0 [errno] => 2031 [error] => No data supplied for parameters in prepared statement [error_list] => Array ( [0] => Array ( [errno] => 2031 [sqlstate] => HY000 [error] => No data supplied for parameters in prepared statement ) ) [sqlstate] => HY000 [id] => 11 ) [1] => iii [2] => 393088 [3] => 0 [4] => -393088 )
2. 서버 엔진엑스 오류가 다음과 같습니다.
그런데 중요한 디렉토리 관련이 .... 로 자세히 나오지 않습니다. 이걸 좀 더 자세히 확인할 방법 없을까요?
다음은 엔진엑스 에러 로그 파일입니다.
[08-Oct-2017 09:02:05 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getRegdate() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:16 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/widgets/newest_comment/newest_comment.class.php(93): TemplateHandler->compile('./widgets/newes...', 'list') #3 /home/eond/vultr/www/modules/widget/widget.controller.php(421): newest_comment->proc(Object(Xml_Node_)) #4 /home/eond/vultr/www/modules/widget/widget.controller.php(468): widgetController->getCache('newest_comment', Object(Xml_Node_)) #5 /home/eond/vultr/www/modules/widget/widget.controller.php(291): widgetController->execute('newest_comment', Object(Xml_Node_), false) #6 [internal function]: widgetController->transWidget(Array) #7 /home/eond/vultr/www/modules/widget/widget.controller.php(269): preg_replace_callback(' in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 16 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/vultr/www/widgets/srchat/srchat.php on line 22 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/vultr/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/vultr/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/vultr/www/widgets/srchat/srchat.php on line 24 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/vultr/www/widgets/srchat/srchat.php on line 29 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/vultr/www/widgets/srchat/srchat.php on line 577 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/vultr/www/widgets/srchat/srchat.php on line 591 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/vultr/www/widgets/srchat/srchat.php on line 620 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 643 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 653 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 672 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/vultr/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined variable: chtmemberonlyy in /home/eond/vultr/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined variable: chtfid in /home/eond/vultr/www/widgets/srchat/srchat.php on line 984 [08-Oct-2017 09:15:43 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 1070 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/vultr/www/widgets/srchat/srchat.php on line 22 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/vultr/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/vultr/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/vultr/www/widgets/srchat/srchat.php on line 24 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/vultr/www/widgets/srchat/srchat.php on line 29 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/vultr/www/widgets/srchat/srchat.php on line 577 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/vultr/www/widgets/srchat/srchat.php on line 591 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/vultr/www/widgets/srchat/srchat.php on line 620 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 643 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 653 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 672 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/vultr/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined variable: chtmemberonlyy in /home/eond/vultr/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined variable: chtfid in /home/eond/vultr/www/widgets/srchat/srchat.php on line 984 [08-Oct-2017 11:02:40 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/vultr/www/widgets/srchat/srchat.php on line 1070 [08-Oct-2017 12:58:37 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getNextPage() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:249 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/classes/display/HTMLDisplayHandler.php(61): TemplateHandler->compile('./modules/board...', 'list.html') #3 /home/eond/vultr/www/classes/display/DisplayHandler.class.php(65): HTMLDisplayHandler->toDoc(Object(boardView)) #4 /home/eond/vultr/www/classes/module/ModuleHandler.class.php(1134): DisplayHandler->printContent(Object(boardView)) #5 /home/eond/vultr/www/index.php(59): ModuleHandler->displayContent(Object(boardView)) #6 {main} thrown in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 249 [08-Oct-2017 12:58:44 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getNextPage() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:14 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code(18): TemplateHandler->compile('modules/board/m...', '_list.footer.ht...') #3 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #4 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #5 /home/eond/vultr/www/classes/display/HTMLDisplayHandler.php(61): TemplateHandler->compile('./modules/board...', 'list.html') #6 /home/eond/vultr/www/classes/display/DisplayHandler.class.php(65): HTMLDisplayHandler->toDoc(Object(boardMobile)) #7 /home/eond/vultr/www/classes/module/ModuleHandle in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 14 [08-Oct-2017 13:00:22 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getNextPage() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:249 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/classes/display/HTMLDisplayHandler.php(61): TemplateHandler->compile('./modules/board...', 'list.html') #3 /home/eond/vultr/www/classes/display/DisplayHandler.class.php(65): HTMLDisplayHandler->toDoc(Object(boardView)) #4 /home/eond/vultr/www/classes/module/ModuleHandler.class.php(1134): DisplayHandler->printContent(Object(boardView)) #5 /home/eond/vultr/www/index.php(59): ModuleHandler->displayContent(Object(boardView)) #6 {main} thrown in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 249 [08-Oct-2017 13:03:38 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getNextPage() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:249 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/classes/display/HTMLDisplayHandler.php(61): TemplateHandler->compile('./modules/board...', 'list.html') #3 /home/eond/vultr/www/classes/display/DisplayHandler.class.php(65): HTMLDisplayHandler->toDoc(Object(boardView)) #4 /home/eond/vultr/www/classes/module/ModuleHandler.class.php(1134): DisplayHandler->printContent(Object(boardView)) #5 /home/eond/vultr/www/index.php(59): ModuleHandler->displayContent(Object(boardView)) #6 {main} thrown in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 249 [08-Oct-2017 13:07:22 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getNextPage() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:249 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/classes/display/HTMLDisplayHandler.php(61): TemplateHandler->compile('./modules/board...', 'list.html') #3 /home/eond/vultr/www/classes/display/DisplayHandler.class.php(65): HTMLDisplayHandler->toDoc(Object(boardView)) #4 /home/eond/vultr/www/classes/module/ModuleHandler.class.php(1134): DisplayHandler->printContent(Object(boardView)) #5 /home/eond/vultr/www/index.php(59): ModuleHandler->displayContent(Object(boardView)) #6 {main} thrown in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 249 [08-Oct-2017 13:08:52 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getNextPage() on null in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:14 Stack trace: #0 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code(18): TemplateHandler->compile('modules/board/m...', '_list.footer.ht...') #3 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374): eval() #4 /home/eond/vultr/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #5 /home/eond/vultr/www/classes/display/HTMLDisplayHandler.php(61): TemplateHandler->compile('./modules/board...', 'list.html') #6 /home/eond/vultr/www/classes/display/DisplayHandler.class.php(65): HTMLDisplayHandler->toDoc(Object(boardMobile)) #7 /home/eond/vultr/www/classes/module/ModuleHandle in /home/eond/vultr/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 14 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/www/widgets/srchat/srchat.php on line 22 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 24 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/www/widgets/srchat/srchat.php on line 29 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: HTTP_REFERER in /home/eond/www/widgets/srchat/srchat.php on line 31 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/www/widgets/srchat/srchat.php on line 577 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/www/widgets/srchat/srchat.php on line 591 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/www/widgets/srchat/srchat.php on line 620 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 643 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 653 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 672 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined variable: chtmemberonlyy in /home/eond/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined variable: chtfid in /home/eond/www/widgets/srchat/srchat.php on line 984 [08-Oct-2017 15:48:22 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 1070 [08-Oct-2017 15:49:02 Asia/Pyongyang] PHP Fatal error: Uncaught Error: Call to a member function getRegdate() on null in /home/eond/www/classes/template/TemplateHandler.class.php(374) : eval()'d code:16 Stack trace: #0 /home/eond/www/classes/template/TemplateHandler.class.php(374): eval() #1 /home/eond/www/classes/template/TemplateHandler.class.php(175): TemplateHandler->_fetch('file:///home/eo...') #2 /home/eond/www/widgets/newest_comment/newest_comment.class.php(93): TemplateHandler->compile('./widgets/newes...', 'list') #3 /home/eond/www/modules/widget/widget.controller.php(421): newest_comment->proc(Object(Xml_Node_)) #4 /home/eond/www/modules/widget/widget.controller.php(468): widgetController->getCache('newest_comment', Object(Xml_Node_)) #5 /home/eond/www/modules/widget/widget.controller.php(291): widgetController->execute('newest_comment', Object(Xml_Node_), false) #6 [internal function]: widgetController->transWidget(Array) #7 /home/eond/www/modules/widget/widget.controller.php(269): preg_replace_callback('!<img([^\\>]*)wi...', Array, '<!--#Meta:layou... in /home/eond/www/classes/template/TemplateHandler.class.php(374) : eval()'d code on line 16 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/www/widgets/srchat/srchat.php on line 22 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 24 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/www/widgets/srchat/srchat.php on line 29 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/www/widgets/srchat/srchat.php on line 577 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/www/widgets/srchat/srchat.php on line 591 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/www/widgets/srchat/srchat.php on line 620 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 643 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 653 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 672 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined variable: chtmemberonlyy in /home/eond/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined variable: chtfid in /home/eond/www/widgets/srchat/srchat.php on line 984 [08-Oct-2017 19:46:36 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 1070 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/www/widgets/srchat/srchat.php on line 22 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 24 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/www/widgets/srchat/srchat.php on line 29 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: tt in /home/eond/www/widgets/srchat/srchat.php on line 171 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: delf in /home/eond/www/widgets/srchat/srchat.php on line 323 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: view in /home/eond/www/widgets/srchat/srchat.php on line 323 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: down in /home/eond/www/widgets/srchat/srchat.php on line 323 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 377 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/www/widgets/srchat/srchat.php on line 577 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/www/widgets/srchat/srchat.php on line 591 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/www/widgets/srchat/srchat.php on line 620 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined variable: epps in /home/eond/www/widgets/srchat/srchat.php on line 662 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: admin in /home/eond/www/widgets/srchat/srchat.php on line 680 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 705 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 712 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 721 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 738 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/www/widgets/srchat/srchat.php on line 740 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined variable: chtisie6 in /home/eond/www/widgets/srchat/srchat.php on line 777 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 785 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 792 [08-Oct-2017 22:16:03 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 840 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/www/widgets/srchat/srchat.php on line 22 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 24 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/www/widgets/srchat/srchat.php on line 29 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/www/widgets/srchat/srchat.php on line 577 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/www/widgets/srchat/srchat.php on line 591 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/www/widgets/srchat/srchat.php on line 620 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 643 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 653 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 672 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined variable: chtmemberonlyy in /home/eond/www/widgets/srchat/srchat.php on line 983 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined variable: chtfid in /home/eond/www/widgets/srchat/srchat.php on line 984 [08-Oct-2017 22:25:10 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 1070 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: chtmobile in /home/eond/www/widgets/srchat/srchat.php on line 22 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: chtid in /home/eond/www/widgets/srchat/srchat.php on line 23 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 24 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: chtnick in /home/eond/www/widgets/srchat/srchat.php on line 29 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: xbk in /home/eond/www/widgets/srchat/srchat.php on line 577 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: chtmbr in /home/eond/www/widgets/srchat/srchat.php on line 591 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: install in /home/eond/www/widgets/srchat/srchat.php on line 620 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 643 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 653 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 672 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: srchatxe in /home/eond/www/widgets/srchat/srchat.php on line 983 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined variable: chtmemberonlyy in /home/eond/www/widgets/srchat/srchat.php on line 983 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined variable: chtfid in /home/eond/www/widgets/srchat/srchat.php on line 984 [09-Oct-2017 01:20:33 Asia/Pyongyang] PHP Notice: Undefined index: v in /home/eond/www/widgets/srchat/srchat.php on line 1070