INFO - 2023-03-01 13:58:07 --> ::::::::::::::: login keep_login_access_token : 6c5624f7-8d5c-4b9b-9b1d-cca8f9452efc id : ddak2 CRITICAL - 2023-03-01 13:58:14 --> !!!!!!!!!!!!!!!!!! ***************** sports getAvgClassicAllCountQueryString query : SELECT fix.fixture_id, fix.fixture_sport_id, fix.fixture_location_id, fix.fixture_league_id, IF(league.display_name is NOT NULL,league.display_name,league.name) as fixture_league_name, league.image_path as fixture_league_image_path, IF(locations.display_name is NOT NULL,locations.display_name,locations.name) as fixture_location_name, locations.image_path as fixture_location_image_path FROM lsports_fixtures as fix LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id LEFT JOIN lsports_sports as sports ON fix.fixture_sport_id = sports.id LEFT JOIN lsports_bet as bet ON fix.fixture_id = bet.fixture_id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_locations as locations ON fix.fixture_location_id = locations.id WHERE fix.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) BETWEEN ? AND ? AND IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) IN (1) AND fix.admin_bet_status = 'ON' AND bet.bet_type = 1 AND IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) IN (1) AND bet.admin_bet_status = 'ON' AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND CASE WHEN sports.id = 6046 THEN markets.id IN (41,77,53) WHEN sports.id = 35232 THEN markets.id IN (41,21) WHEN sports.id = 48242 THEN markets.id IN (64,21,53,77) WHEN sports.id = 154914 THEN markets.id IN (281,236,21,41) END AND markets.bet_group = 1 AND markets.is_delete = 0 AND markets.sport_id = fix.fixture_sport_id GROUP BY fix.fixture_id ORDER BY fixture_start_date asc,league.display_name,IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) CRITICAL - 2023-03-01 13:58:14 --> !!!!!!!!!!!!!!!!!! ***************** sports getAvgClassicAllCountQueryString param : ["2023-03-01 13:59:14","2023-03-02 13:58:14"] CRITICAL - 2023-03-01 13:58:14 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgMainSpecialQueryString_start :0 CRITICAL - 2023-03-01 13:58:14 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgMainSpecialQueryString_start query :SELECT bet.bet_id, bet.fixture_id, bet.bet_base_line, bet.bet_line, bet.bet_name, bet.providers_id, IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) as bet_status, IF('ON' = bet.passivity_flag AND bet.bet_price_passivity is NOT NULL ,bet.bet_price_passivity,bet.bet_price) as bet_price, bet.last_update, bet.update_dt, markets.id as markets_id, markets.name, markets.limit_bet_price, markets.max_bet_price, markets.display_order, markets.menu, fix.fixture_sport_id,sports.name as fixture_sport_name, fix.fixture_location_id, location.name as fixture_location_name, fix.fixture_league_id, league.display_name as fixture_league_name, IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) as fixture_start_date, IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) as display_status, p1.team_name as p1_team_name, p1.display_name as p1_display_name, p2.team_name as p2_team_name, p2.display_name as p2_display_name, league.display_name as league_display_name, league.image_path as league_image_path, location.image_path as location_image_path, location.name as location_display_name, location.name_en as location_name_en, div_policy.amount, div_policy.amount - (select sum_bet_money from fixtures_bet_sum as bet_sum where bet_sum.member_idx = '3' and bet_sum.fixture_id = fix.fixture_id and bet_sum.bet_type = 1) as leagues_m_bet_money FROM lsports_bet as bet LEFT JOIN lsports_fixtures as fix ON bet.fixture_id = fix.fixture_id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN dividend_policy as div_policy ON league.dividend_rank = div_policy.rank LEFT JOIN lsports_locations as location ON fix.fixture_location_id = location.id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_sports as sports ON sports.id = fix.fixture_sport_id WHERE IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) IN(1) AND bet.admin_bet_status = 'ON' AND bet.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) IN(1) AND fix.fixture_id IN (10137200,10137199,10137201,10109723,10104932,10137234,10137135,10176083,10137222,10173692) AND fix.bet_type = 1 AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND CASE WHEN sports.id = 6046 THEN markets.id IN (41,77,53) WHEN sports.id = 35232 THEN markets.id IN (41,21) WHEN sports.id = 48242 THEN markets.id IN (64,21,53,77) WHEN sports.id = 154914 THEN markets.id IN (281,236,21,41) END AND markets.bet_group = 1 AND markets.is_delete = 0 AND fix.fixture_sport_id = markets.sport_id AND div_policy.type = 20 AND div_policy.level = '1' ORDER BY fixture_start_date ,markets.display_order asc , league.display_name,IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) ERROR - 2023-03-01 13:58:21 --> addMemberBet other_ls_bet_id :0 other_bet_price : 0 other_bet_name : CRITICAL - 2023-03-01 13:58:21 --> Too few arguments to function App\Models\MemberBetModel::addMemberBet(), 13 passed in D:\svn\ddakbet\projectt-server\app\Controllers\BetController.php on line 334 and exactly 14 expected #0 D:\svn\ddakbet\projectt-server\app\Controllers\BetController.php(334): App\Models\MemberBetModel->addMemberBet('2023-03-01 13:5...', Object(App\Entities\Member), 1.8, '5000', '1', 'S', 1, Array, Array, 'prematch ==> [\xEB...', 'OFF', NULL, 'OFF') #1 D:\svn\ddakbet\projectt-server\app\Controllers\BetController.php(260): App\Controllers\BetController->transProcess(Object(App\Entities\Member), 1.8, '5000', '1', 'S', 1, Array, Array, 'prematch ==> [\xEB...', 'OFF', NULL, 'OFF', Object(App\Models\MemberBetModel)) #2 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(914): App\Controllers\BetController->addBet() #3 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(400): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\BetController)) #4 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(308): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #5 D:\svn\ddakbet\projectt-server\public\index.php(47): CodeIgniter\CodeIgniter->run() #6 {main} CRITICAL - 2023-03-01 14:32:22 --> !!!!!!!!!!!!!!!!!! ***************** sports getAvgClassicAllCountQueryString query : SELECT fix.fixture_id, fix.fixture_sport_id, fix.fixture_location_id, fix.fixture_league_id, IF(league.display_name is NOT NULL,league.display_name,league.name) as fixture_league_name, league.image_path as fixture_league_image_path, IF(locations.display_name is NOT NULL,locations.display_name,locations.name) as fixture_location_name, locations.image_path as fixture_location_image_path FROM lsports_fixtures as fix LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id LEFT JOIN lsports_sports as sports ON fix.fixture_sport_id = sports.id LEFT JOIN lsports_bet as bet ON fix.fixture_id = bet.fixture_id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_locations as locations ON fix.fixture_location_id = locations.id WHERE fix.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) BETWEEN ? AND ? AND IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) IN (1) AND fix.admin_bet_status = 'ON' AND bet.bet_type = 1 AND IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) IN (1) AND bet.admin_bet_status = 'ON' AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND CASE WHEN sports.id = 6046 THEN markets.id IN (41,77,53) WHEN sports.id = 35232 THEN markets.id IN (41,21) WHEN sports.id = 48242 THEN markets.id IN (64,21,53,77) WHEN sports.id = 154914 THEN markets.id IN (281,236,21,41) END AND markets.bet_group = 1 AND markets.is_delete = 0 AND markets.sport_id = fix.fixture_sport_id GROUP BY fix.fixture_id ORDER BY fixture_start_date asc,league.display_name,IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) CRITICAL - 2023-03-01 14:32:22 --> !!!!!!!!!!!!!!!!!! ***************** sports getAvgClassicAllCountQueryString param : ["2023-03-01 14:33:22","2023-03-02 14:32:22"] CRITICAL - 2023-03-01 14:32:23 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgMainSpecialQueryString_start :1 CRITICAL - 2023-03-01 14:32:23 --> !!!!!!!!!!!!!!!!!! ***************** sports t_getAvgMainSpecialQueryString_start query :SELECT bet.bet_id, bet.fixture_id, bet.bet_base_line, bet.bet_line, bet.bet_name, bet.providers_id, IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) as bet_status, IF('ON' = bet.passivity_flag AND bet.bet_price_passivity is NOT NULL ,bet.bet_price_passivity,bet.bet_price) as bet_price, bet.last_update, bet.update_dt, markets.id as markets_id, markets.name, markets.limit_bet_price, markets.max_bet_price, markets.display_order, markets.menu, fix.fixture_sport_id,sports.name as fixture_sport_name, fix.fixture_location_id, location.name as fixture_location_name, fix.fixture_league_id, league.display_name as fixture_league_name, IF('ON' = fix.passivity_flag AND fix.fixture_start_date_passivity is NOT NULL ,fix.fixture_start_date_passivity,fix.fixture_start_date) as fixture_start_date, IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) as display_status, p1.team_name as p1_team_name, p1.display_name as p1_display_name, p2.team_name as p2_team_name, p2.display_name as p2_display_name, league.display_name as league_display_name, league.image_path as league_image_path, location.image_path as location_image_path, location.name as location_display_name, location.name_en as location_name_en, div_policy.amount, div_policy.amount - (select sum_bet_money from fixtures_bet_sum as bet_sum where bet_sum.member_idx = '3' and bet_sum.fixture_id = fix.fixture_id and bet_sum.bet_type = 1) as leagues_m_bet_money FROM lsports_bet as bet LEFT JOIN lsports_fixtures as fix ON bet.fixture_id = fix.fixture_id LEFT JOIN lsports_participant as p1 ON fix.fixture_participants_1_id = p1.fp_id LEFT JOIN lsports_participant as p2 ON fix.fixture_participants_2_id = p2.fp_id LEFT JOIN lsports_leagues as league ON fix.fixture_league_id = league.id LEFT JOIN dividend_policy as div_policy ON league.dividend_rank = div_policy.rank LEFT JOIN lsports_locations as location ON fix.fixture_location_id = location.id LEFT JOIN lsports_markets as markets ON bet.markets_id = markets.id LEFT JOIN lsports_sports as sports ON sports.id = fix.fixture_sport_id WHERE IF('ON' = bet.passivity_flag AND bet.bet_status_passivity is NOT NULL ,bet.bet_status_passivity,bet.bet_status) IN(1) AND bet.admin_bet_status = 'ON' AND bet.bet_type = 1 AND IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) IN(1) AND fix.fixture_id IN (10137201,10104932,10109723,10137234,10137135,10176083,10137222,10173692,10137057,10178823) AND fix.bet_type = 1 AND sports.is_use = 1 and sports.bet_type = 1 AND league.is_use = 1 and league.bet_type = 1 AND CASE WHEN sports.id = 6046 THEN markets.id IN (41,77,53) WHEN sports.id = 35232 THEN markets.id IN (41,21) WHEN sports.id = 48242 THEN markets.id IN (64,21,53,77) WHEN sports.id = 154914 THEN markets.id IN (281,236,21,41) END AND markets.bet_group = 1 AND markets.is_delete = 0 AND fix.fixture_sport_id = markets.sport_id AND div_policy.type = 20 AND div_policy.level = '1' ORDER BY fixture_start_date ,markets.display_order asc , league.display_name,IF('ON' = fix.passivity_flag AND fix.display_status_passivity is NOT NULL ,fix.display_status_passivity,fix.display_status) ERROR - 2023-03-01 14:32:31 --> addMemberBet other_ls_bet_id :0 other_bet_price : 0 other_bet_name : ERROR - 2023-03-01 16:48:27 --> addMemberBet other_ls_bet_id :106204630810137140 other_bet_price : 1.79 other_bet_name : Under CRITICAL - 2023-03-01 16:48:27 --> Too few arguments to function App\Models\MemberBetModel::addMemberBet(), 13 passed in D:\svn\ddakbet\projectt-server\app\Controllers\BetController.php on line 334 and exactly 14 expected #0 D:\svn\ddakbet\projectt-server\app\Controllers\BetController.php(334): App\Models\MemberBetModel->addMemberBet('2023-03-01 16:4...', Object(App\Entities\Member), 1.9, '5000', '1', 'S', 1, Array, Array, 'prematch ==> [\xEC...', 'OFF', NULL, 'ON') #1 D:\svn\ddakbet\projectt-server\app\Controllers\BetController.php(260): App\Controllers\BetController->transProcess(Object(App\Entities\Member), 1.9, '5000', '1', 'S', 1, Array, Array, 'prematch ==> [\xEC...', 'OFF', NULL, 'ON', Object(App\Models\MemberBetModel)) #2 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(914): App\Controllers\BetController->addBet() #3 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(400): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\BetController)) #4 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(308): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #5 D:\svn\ddakbet\projectt-server\public\index.php(47): CodeIgniter\CodeIgniter->run() #6 {main} ERROR - 2023-03-01 18:41:32 --> addMemberBet other_ls_bet_id :0 other_bet_price : 0 other_bet_name : ERROR - 2023-03-01 18:52:22 --> addMemberBet other_ls_bet_id :0 other_bet_price : 0 other_bet_name : ERROR - 2023-03-01 19:21:25 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:21:26 --> doResultProcessing array_result_score : {"ls_fixture_id":"10169366","bet_type":"1","idx":"225","bet_idx":"141","ls_bet_id":"125623375010169360","bet_status":"1","bet_price":"1.7","live_results_p1":"4","live_results_p2":"1","livescore":"{\"Scoreboard\":{\"Status\":3,\"CurrentPeriod\":100,\"Time\":\"0\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]},\"Periods\":[{\"Type\":1,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":[{\"Period\":1,\"IncidentType\":27,\"Seconds\":230,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636870\",\"PlayerName\":\"Alex Debrincat\",\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":257,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"3\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":728,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"2\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":948,\"ParticipantPosition\":\"1\",\"PlayerId\":\"276547\",\"PlayerName\":\"Tim Stuetzle\",\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":968,\"ParticipantPosition\":\"2\",\"PlayerId\":\"259183\",\"PlayerName\":\"Dominik Kubalik\",\"Results\":[{\"Position\":\"1\",\"Value\":\"0\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":2,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":2,\"IncidentType\":27,\"Seconds\":689,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636868\",\"PlayerName\":\"Claude Giroux\",\"Results\":[{\"Position\":\"1\",\"Value\":\"5\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":3,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":3,\"IncidentType\":27,\"Seconds\":882,\"ParticipantPosition\":\"1\",\"PlayerId\":\"258880\",\"PlayerName\":\"Brady Tkachuk\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":100,\"IsFinished\":true,\"IsConfirmed\":false,\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":null,\"SubPeriods\":null,\"SequenceNumber\":0}],\"LivescoreExtraData\":[{\"Name\":\"Turn\",\"Value\":\"1\"}]}","fixture_sport_id":"35232","fixture_status":"3","bet_id":"125623375010169360","bet_name":"Over","ls_markets_id":"21","bet_line":"1.5","ls_markets_base_line":"1.5","bet_settlement":"0","member_idx":"3","other_ls_bet_id":"0","other_bet_price":"0","other_bet_name":""} INFO - 2023-03-01 19:21:26 --> renew_doTotalCalculate start type ==> 1 INFO - 2023-03-01 19:21:28 --> BaseGmPt useItemRefund 1 bet_idx : 74 INFO - 2023-03-01 19:21:28 --> BaseGmPt useItemRefund 1 bet_idx : 75 INFO - 2023-03-01 19:21:28 --> BaseGmPt useItemRefund 1 bet_idx : 76 INFO - 2023-03-01 19:21:29 --> BaseGmPt useItemRefund 1 bet_idx : 78 ERROR - 2023-03-01 19:21:29 --> mysqli_sql_exception: Column 'be_r_money' cannot be null in D:\svn\ddakbet\projectt-server\system\Database\MySQLi\Connection.php:335 Stack trace: #0 D:\svn\ddakbet\projectt-server\system\Database\MySQLi\Connection.php(335): mysqli->query('INSERT INTO `t_...') #1 D:\svn\ddakbet\projectt-server\system\Database\BaseConnection.php(738): CodeIgniter\Database\MySQLi\Connection->execute('INSERT INTO `t_...') #2 D:\svn\ddakbet\projectt-server\system\Database\BaseConnection.php(666): CodeIgniter\Database\BaseConnection->simpleQuery('INSERT INTO `t_...') #3 D:\svn\ddakbet\projectt-server\system\Database\BaseBuilder.php(2234): CodeIgniter\Database\BaseConnection->query('INSERT INTO `t_...', Array, false) #4 D:\svn\ddakbet\projectt-server\system\Model.php(729): CodeIgniter\Database\BaseBuilder->insert() #5 D:\svn\ddakbet\projectt-server\app\Models\TLogCashModel.php(125): CodeIgniter\Model->insert(Array) #6 D:\svn\ddakbet\projectt-server\app\GamblePatch\BaseGmPt.php(295): App\Models\TLogCashModel->insertCashLog_mem_idx('5f2b270cfc062ba...', '115', 7, '78', 0, NULL, 'R', 'prematch ==> \xEB\x82...') #7 D:\svn\ddakbet\projectt-server\app\Util\Calculate.php(1202): App\GamblePatch\BaseGmPt->doLose(Array, Array, '5f2b270cfc062ba...', NULL, 2, 1, 1, 'prematch ==> \xEB\x82...', 1, Object(App\Models\MemberModel), Object(App\Models\TLogCashModel), Object(App\Models\MemberBetModel), Object(CodeIgniter\Log\Logger)) #8 D:\svn\ddakbet\projectt-server\app\Controllers\LSportsInitController.php(97): App\Util\Calculate::renew_doTotalCalculate(1, Object(CodeIgniter\Log\Logger)) #9 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(914): App\Controllers\LSportsInitController->doTotalCalculate() #10 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(400): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\LSportsInitController)) #11 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(308): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #12 D:\svn\ddakbet\projectt-server\public\index.php(47): CodeIgniter\CodeIgniter->run() #13 {main} ERROR - 2023-03-01 19:21:29 --> renew_doTotalCalculate [MYSQL EXCEPTION] message (code) : Column 'be_r_money' cannot be null (1048) ERROR - 2023-03-01 19:21:29 --> ::::::::::::::: renew_doTotalCalculate query : INSERT INTO `t_log_cash` (`u_key`, `member_idx`, `ac_code`, `ac_idx`, `r_money`, `be_r_money`, `m_kind`, `u_ip`, `coment`, `af_r_money`) VALUES ('5f2b270cfc062ba58a5e9c0f42181e31', '115', 7, '78', 0, NULL, 'R', '127.0.0.1', '베팅결과처리 prematch ==> 낙첨 ', NULL) ERROR - 2023-03-01 19:21:29 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:21:30 --> renew_doTotalCalculate start type ==> 2 INFO - 2023-03-01 19:21:32 --> renew_doTotalCalculate end ERROR - 2023-03-01 19:22:34 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:22:35 --> doResultProcessing array_result_score : {"ls_fixture_id":"10169366","bet_type":"1","idx":"225","bet_idx":"141","ls_bet_id":"125623375010169360","bet_status":"1","bet_price":"1.7","live_results_p1":"4","live_results_p2":"1","livescore":"{\"Scoreboard\":{\"Status\":3,\"CurrentPeriod\":100,\"Time\":\"0\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]},\"Periods\":[{\"Type\":1,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":[{\"Period\":1,\"IncidentType\":27,\"Seconds\":230,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636870\",\"PlayerName\":\"Alex Debrincat\",\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":257,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"3\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":728,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"2\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":948,\"ParticipantPosition\":\"1\",\"PlayerId\":\"276547\",\"PlayerName\":\"Tim Stuetzle\",\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":968,\"ParticipantPosition\":\"2\",\"PlayerId\":\"259183\",\"PlayerName\":\"Dominik Kubalik\",\"Results\":[{\"Position\":\"1\",\"Value\":\"0\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":2,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":2,\"IncidentType\":27,\"Seconds\":689,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636868\",\"PlayerName\":\"Claude Giroux\",\"Results\":[{\"Position\":\"1\",\"Value\":\"5\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":3,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":3,\"IncidentType\":27,\"Seconds\":882,\"ParticipantPosition\":\"1\",\"PlayerId\":\"258880\",\"PlayerName\":\"Brady Tkachuk\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":100,\"IsFinished\":true,\"IsConfirmed\":false,\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":null,\"SubPeriods\":null,\"SequenceNumber\":0}],\"LivescoreExtraData\":[{\"Name\":\"Turn\",\"Value\":\"1\"}]}","fixture_sport_id":"35232","fixture_status":"3","bet_id":"125623375010169360","bet_name":"Over","ls_markets_id":"21","bet_line":"1.5","ls_markets_base_line":"1.5","bet_settlement":"0","member_idx":"3","other_ls_bet_id":"0","other_bet_price":"0","other_bet_name":""} INFO - 2023-03-01 19:22:35 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:22:35 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:22:36 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:23:52 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:23:54 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:23:54 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:23:55 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:24:08 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:24:09 --> renew_doTotalCalculate start type ==> 1 INFO - 2023-03-01 19:24:10 --> renew_doTotalCalculate end ERROR - 2023-03-01 19:24:10 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:24:11 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:24:20 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:24:22 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:24:22 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:24:22 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:25:04 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:25:05 --> doResultProcessing array_result_score : {"ls_fixture_id":"10169366","bet_type":"1","idx":"225","bet_idx":"141","ls_bet_id":"125623375010169360","bet_status":"1","bet_price":"1.7","live_results_p1":"4","live_results_p2":"1","livescore":"{\"Scoreboard\":{\"Status\":3,\"CurrentPeriod\":100,\"Time\":\"0\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]},\"Periods\":[{\"Type\":1,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":[{\"Period\":1,\"IncidentType\":27,\"Seconds\":230,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636870\",\"PlayerName\":\"Alex Debrincat\",\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":257,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"3\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":728,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"2\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":948,\"ParticipantPosition\":\"1\",\"PlayerId\":\"276547\",\"PlayerName\":\"Tim Stuetzle\",\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":968,\"ParticipantPosition\":\"2\",\"PlayerId\":\"259183\",\"PlayerName\":\"Dominik Kubalik\",\"Results\":[{\"Position\":\"1\",\"Value\":\"0\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":2,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":2,\"IncidentType\":27,\"Seconds\":689,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636868\",\"PlayerName\":\"Claude Giroux\",\"Results\":[{\"Position\":\"1\",\"Value\":\"5\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":3,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":3,\"IncidentType\":27,\"Seconds\":882,\"ParticipantPosition\":\"1\",\"PlayerId\":\"258880\",\"PlayerName\":\"Brady Tkachuk\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":100,\"IsFinished\":true,\"IsConfirmed\":false,\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":null,\"SubPeriods\":null,\"SequenceNumber\":0}],\"LivescoreExtraData\":[{\"Name\":\"Turn\",\"Value\":\"1\"}]}","fixture_sport_id":"35232","fixture_status":"3","bet_id":"125623375010169360","bet_name":"Over","ls_markets_id":"21","bet_line":"1.5","ls_markets_base_line":"1.5","bet_settlement":"0","member_idx":"3","other_ls_bet_id":"0","other_bet_price":"0","other_bet_name":""} INFO - 2023-03-01 19:25:05 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:25:05 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:25:06 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:25:16 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:25:18 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:25:18 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:25:19 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:25:39 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:25:41 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:25:41 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:25:42 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:25:50 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:25:52 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:25:52 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:25:53 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:26:41 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:26:42 --> doResultProcessing array_result_score : {"ls_fixture_id":"10169366","bet_type":"1","idx":"225","bet_idx":"141","ls_bet_id":"125623375010169360","bet_status":"1","bet_price":"1.7","live_results_p1":"4","live_results_p2":"1","livescore":"{\"Scoreboard\":{\"Status\":3,\"CurrentPeriod\":100,\"Time\":\"0\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]},\"Periods\":[{\"Type\":1,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":[{\"Period\":1,\"IncidentType\":27,\"Seconds\":230,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636870\",\"PlayerName\":\"Alex Debrincat\",\"Results\":[{\"Position\":\"1\",\"Value\":\"4\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":257,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"3\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":728,\"ParticipantPosition\":\"1\",\"PlayerId\":\"259092\",\"PlayerName\":\"Austin Watson\",\"Results\":[{\"Position\":\"1\",\"Value\":\"2\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":948,\"ParticipantPosition\":\"1\",\"PlayerId\":\"276547\",\"PlayerName\":\"Tim Stuetzle\",\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"1\"}]},{\"Period\":1,\"IncidentType\":27,\"Seconds\":968,\"ParticipantPosition\":\"2\",\"PlayerId\":\"259183\",\"PlayerName\":\"Dominik Kubalik\",\"Results\":[{\"Position\":\"1\",\"Value\":\"0\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":2,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":2,\"IncidentType\":27,\"Seconds\":689,\"ParticipantPosition\":\"1\",\"PlayerId\":\"636868\",\"PlayerName\":\"Claude Giroux\",\"Results\":[{\"Position\":\"1\",\"Value\":\"5\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":3,\"IsFinished\":true,\"IsConfirmed\":true,\"Results\":[{\"Position\":\"1\",\"Value\":\"1\"},{\"Position\":\"2\",\"Value\":\"0\"}],\"Incidents\":[{\"Period\":3,\"IncidentType\":27,\"Seconds\":882,\"ParticipantPosition\":\"1\",\"PlayerId\":\"258880\",\"PlayerName\":\"Brady Tkachuk\",\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}]}],\"SubPeriods\":null,\"SequenceNumber\":0},{\"Type\":100,\"IsFinished\":true,\"IsConfirmed\":false,\"Results\":[{\"Position\":\"1\",\"Value\":\"6\"},{\"Position\":\"2\",\"Value\":\"1\"}],\"Incidents\":null,\"SubPeriods\":null,\"SequenceNumber\":0}],\"LivescoreExtraData\":[{\"Name\":\"Turn\",\"Value\":\"1\"}]}","fixture_sport_id":"35232","fixture_status":"3","bet_id":"125623375010169360","bet_name":"Over","ls_markets_id":"21","bet_line":"1.5","ls_markets_base_line":"1.5","bet_settlement":"0","member_idx":"3","other_ls_bet_id":"0","other_bet_price":"0","other_bet_name":""} INFO - 2023-03-01 19:26:42 --> renew_doTotalCalculate start type ==> 1 INFO - 2023-03-01 19:26:43 --> renew_doTotalCalculate end ERROR - 2023-03-01 19:26:43 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:26:44 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:27:27 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:27:29 --> renew_doTotalCalculate start type ==> 1 INFO - 2023-03-01 19:27:29 --> BaseGmPt useItemRefund 1 bet_idx : 140 INFO - 2023-03-01 19:27:30 --> renew_doTotalCalculate end ERROR - 2023-03-01 19:27:30 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:27:30 --> renew_doTotalCalculate start type ==> 2 ERROR - 2023-03-01 19:27:44 --> doResultProcessing start type ==> 1 INFO - 2023-03-01 19:27:45 --> renew_doTotalCalculate start type ==> 1 ERROR - 2023-03-01 19:27:46 --> doResultProcessing start type ==> 2 INFO - 2023-03-01 19:27:46 --> renew_doTotalCalculate start type ==> 2 CRITICAL - 2023-03-01 19:43:06 --> !!!!!!!!!!!!!!!!!! ***************** sports Time : 3 CRITICAL - 2023-03-01 19:45:38 --> !!!!!!!!!!!!!!!!!! ***************** sports Time : 3 ERROR - 2023-03-01 20:05:28 --> addMemberBet other_ls_bet_id :50059361210140344 other_bet_price : 1.06 other_bet_name : 2 ERROR - 2023-03-01 20:05:39 --> addMemberBet other_ls_bet_id :75465671710137060 other_bet_price : 1.18 other_bet_name : 2 ERROR - 2023-03-01 20:06:06 --> addMemberBet other_ls_bet_id :22320668410137060 other_bet_price : 1.85 other_bet_name : 2 CRITICAL - 2023-03-01 20:54:59 --> syntax error, unexpected '<' #0 D:\svn\ddakbet\projectt-server\system\Common.php(1087): CodeIgniter\View\View->render('web/betting_his...', Array, true) #1 D:\svn\ddakbet\projectt-server\app\Controllers\BettingHistoryController.php(1564): view('web/betting_his...', Array) #2 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(914): App\Controllers\BettingHistoryController->betting_history() #3 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(400): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\BettingHistoryController)) #4 D:\svn\ddakbet\projectt-server\system\CodeIgniter.php(308): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #5 D:\svn\ddakbet\projectt-server\public\index.php(47): CodeIgniter\CodeIgniter->run() #6 {main}