過去のリーグ結果


( ! ) Warning: require(/home/sites/heteml/users39/e/s/t/estacion/web/league30/wp-content/themes/icy/define.php): failed to open stream: No such file or directory in /home/users/1/estacion/web/league30/wp-content/plugins/php-execution-plugin/includes/class.php_execution.php(273) : eval()'d code on line 2
Call Stack
#TimeMemoryFunctionLocation
10.0001221016{main}( ).../index.php:0
20.0002223584require( '/home/users/1/estacion/web/league30/wp-blog-header.php' ).../index.php:17
30.426352950136require_once( '/home/users/1/estacion/web/league30/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.427952972312include( '/home/users/1/estacion/web/league30/wp-content/themes/icy/page.php' ).../template-loader.php:106
50.489253456480get_template_part( ).../page.php:18
60.489253457680locate_template( ).../general-template.php:204
70.489253457824load_template( ).../template.php:718
80.489353477736require( '/home/users/1/estacion/web/league30/wp-content/themes/icy/content-page.php' ).../template.php:785
90.489953482096the_content( ).../content-page.php:20
100.490053486256apply_filters( ).../post-template.php:255
110.490053486784WP_Hook->apply_filters( ).../plugin.php:205
120.490053489056call_user_func_array:{/home/users/1/estacion/web/league30/wp-includes/class-wp-hook.php:308} ( ).../class-wp-hook.php:308
130.490153489504php_execution->action_the_content( ).../class-wp-hook.php:308
140.490353490192php_execution->execute_php( ).../class.php_execution.php:237
150.490453530856eval( '?> $row1['league_id'] ) and ($league_id_2 <> $row1['league_id'] )){ // 変換1 if($row1['league_part']==1){ $league_part ="前期(1~6月)"; } else{ $league_part ="後期(7~12月)"; } // 変換2 if($row1['league_div']==1){ $league_div="AM League"; } else{ $league_div ="PM League"; } //順位情報取得 $rank_list = "
"; //SQL文作成 $sql = "SELECT sum( `game_result`.`point` ) AS POINT, sum( `game_result`.`foul` ) AS FOUL, sum( `game_result`.`goal` ) AS GOAL, sum( `game_result`.`lost` ) AS LOST ,team.team_name,team.id, count(case when `game_result`.`point`=3 then 1 else null end) as WIN , count(case when `game_result`.`point`=0 then 1 else null end) as LOSE , count(case when `game_result`.`point`=1 then 1 else null end) as DROW , count(team_id) as GAME, sum( `game_result`.`goal` )-sum( `game_result`.`lost` ) AS SA FROM game_result,team WHERE `game_result`.`league_id` =".$row1['league_id']." and `game_result`.`goal` <> -1 and `game_result`.`exivision`<>1 and `game_result`.`team_id` = team.id GROUP BY `team_id` order by POINT desc ,SA desc, GOAL desc"; $res = mysql_query($sql) or die(mysql_error()); $rank = 1; $i=0; while($row = mysql_fetch_assoc($res)){ $sa = $row['GOAL']-$row['LOST']; if($i%2){ $td_id="league_list3"; } else{ $td_id="league_list4"; } $rank_list .=""; $rank++; $i++; } $rank_list .="
".$row1['league_year']." 年度 - ".$league_part." - ".$league_div."
順位 チーム名 勝点 試合数 得点 失点 得失差 ファール数
".$rank." ".$row['team_name']." ".$row['POINT']." ".$row['GAME']." ".$row['WIN']." ".$row['DROW']." ".$row['LOSE']." ".$row['GOAL']." ".$row['LOST']." ".$sa." ".$row['FOUL']."
"; $team_list.=$rank_list; $team_list.="
"; } } echo $team_list; ?> )
.../class.php_execution.php:273

( ! ) Warning: require(/home/sites/heteml/users39/e/s/t/estacion/web/league30/wp-content/themes/icy/define.php): failed to open stream: No such file or directory in /home/users/1/estacion/web/league30/wp-content/plugins/php-execution-plugin/includes/class.php_execution.php(273) : eval()'d code on line 2
Call Stack
#TimeMemoryFunctionLocation
10.0001221016{main}( ).../index.php:0
20.0002223584require( '/home/users/1/estacion/web/league30/wp-blog-header.php' ).../index.php:17
30.426352950136require_once( '/home/users/1/estacion/web/league30/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.427952972312include( '/home/users/1/estacion/web/league30/wp-content/themes/icy/page.php' ).../template-loader.php:106
50.489253456480get_template_part( ).../page.php:18
60.489253457680locate_template( ).../general-template.php:204
70.489253457824load_template( ).../template.php:718
80.489353477736require( '/home/users/1/estacion/web/league30/wp-content/themes/icy/content-page.php' ).../template.php:785
90.489953482096the_content( ).../content-page.php:20
100.490053486256apply_filters( ).../post-template.php:255
110.490053486784WP_Hook->apply_filters( ).../plugin.php:205
120.490053489056call_user_func_array:{/home/users/1/estacion/web/league30/wp-includes/class-wp-hook.php:308} ( ).../class-wp-hook.php:308
130.490153489504php_execution->action_the_content( ).../class-wp-hook.php:308
140.490353490192php_execution->execute_php( ).../class.php_execution.php:237
150.490453530856eval( '?> $row1['league_id'] ) and ($league_id_2 <> $row1['league_id'] )){ // 変換1 if($row1['league_part']==1){ $league_part ="前期(1~6月)"; } else{ $league_part ="後期(7~12月)"; } // 変換2 if($row1['league_div']==1){ $league_div="AM League"; } else{ $league_div ="PM League"; } //順位情報取得 $rank_list = "
"; //SQL文作成 $sql = "SELECT sum( `game_result`.`point` ) AS POINT, sum( `game_result`.`foul` ) AS FOUL, sum( `game_result`.`goal` ) AS GOAL, sum( `game_result`.`lost` ) AS LOST ,team.team_name,team.id, count(case when `game_result`.`point`=3 then 1 else null end) as WIN , count(case when `game_result`.`point`=0 then 1 else null end) as LOSE , count(case when `game_result`.`point`=1 then 1 else null end) as DROW , count(team_id) as GAME, sum( `game_result`.`goal` )-sum( `game_result`.`lost` ) AS SA FROM game_result,team WHERE `game_result`.`league_id` =".$row1['league_id']." and `game_result`.`goal` <> -1 and `game_result`.`exivision`<>1 and `game_result`.`team_id` = team.id GROUP BY `team_id` order by POINT desc ,SA desc, GOAL desc"; $res = mysql_query($sql) or die(mysql_error()); $rank = 1; $i=0; while($row = mysql_fetch_assoc($res)){ $sa = $row['GOAL']-$row['LOST']; if($i%2){ $td_id="league_list3"; } else{ $td_id="league_list4"; } $rank_list .=""; $rank++; $i++; } $rank_list .="
".$row1['league_year']." 年度 - ".$league_part." - ".$league_div."
順位 チーム名 勝点 試合数 得点 失点 得失差 ファール数
".$rank." ".$row['team_name']." ".$row['POINT']." ".$row['GAME']." ".$row['WIN']." ".$row['DROW']." ".$row['LOSE']." ".$row['GOAL']." ".$row['LOST']." ".$sa." ".$row['FOUL']."
"; $team_list.=$rank_list; $team_list.="
"; } } echo $team_list; ?> )
.../class.php_execution.php:273

( ! ) Fatal error: require(): Failed opening required '/home/sites/heteml/users39/e/s/t/estacion/web/league30/wp-content/themes/icy/define.php' (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/1/estacion/web/league30/wp-content/plugins/php-execution-plugin/includes/class.php_execution.php(273) : eval()'d code on line 2
Call Stack
#TimeMemoryFunctionLocation
10.0001221016{main}( ).../index.php:0
20.0002223584require( '/home/users/1/estacion/web/league30/wp-blog-header.php' ).../index.php:17
30.426352950136require_once( '/home/users/1/estacion/web/league30/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.427952972312include( '/home/users/1/estacion/web/league30/wp-content/themes/icy/page.php' ).../template-loader.php:106
50.489253456480get_template_part( ).../page.php:18
60.489253457680locate_template( ).../general-template.php:204
70.489253457824load_template( ).../template.php:718
80.489353477736require( '/home/users/1/estacion/web/league30/wp-content/themes/icy/content-page.php' ).../template.php:785
90.489953482096the_content( ).../content-page.php:20
100.490053486256apply_filters( ).../post-template.php:255
110.490053486784WP_Hook->apply_filters( ).../plugin.php:205
120.490053489056call_user_func_array:{/home/users/1/estacion/web/league30/wp-includes/class-wp-hook.php:308} ( ).../class-wp-hook.php:308
130.490153489504php_execution->action_the_content( ).../class-wp-hook.php:308
140.490353490192php_execution->execute_php( ).../class.php_execution.php:237
150.490453530856eval( '?> $row1['league_id'] ) and ($league_id_2 <> $row1['league_id'] )){ // 変換1 if($row1['league_part']==1){ $league_part ="前期(1~6月)"; } else{ $league_part ="後期(7~12月)"; } // 変換2 if($row1['league_div']==1){ $league_div="AM League"; } else{ $league_div ="PM League"; } //順位情報取得 $rank_list = "
"; //SQL文作成 $sql = "SELECT sum( `game_result`.`point` ) AS POINT, sum( `game_result`.`foul` ) AS FOUL, sum( `game_result`.`goal` ) AS GOAL, sum( `game_result`.`lost` ) AS LOST ,team.team_name,team.id, count(case when `game_result`.`point`=3 then 1 else null end) as WIN , count(case when `game_result`.`point`=0 then 1 else null end) as LOSE , count(case when `game_result`.`point`=1 then 1 else null end) as DROW , count(team_id) as GAME, sum( `game_result`.`goal` )-sum( `game_result`.`lost` ) AS SA FROM game_result,team WHERE `game_result`.`league_id` =".$row1['league_id']." and `game_result`.`goal` <> -1 and `game_result`.`exivision`<>1 and `game_result`.`team_id` = team.id GROUP BY `team_id` order by POINT desc ,SA desc, GOAL desc"; $res = mysql_query($sql) or die(mysql_error()); $rank = 1; $i=0; while($row = mysql_fetch_assoc($res)){ $sa = $row['GOAL']-$row['LOST']; if($i%2){ $td_id="league_list3"; } else{ $td_id="league_list4"; } $rank_list .=""; $rank++; $i++; } $rank_list .="
".$row1['league_year']." 年度 - ".$league_part." - ".$league_div."
順位 チーム名 勝点 試合数 得点 失点 得失差 ファール数
".$rank." ".$row['team_name']." ".$row['POINT']." ".$row['GAME']." ".$row['WIN']." ".$row['DROW']." ".$row['LOSE']." ".$row['GOAL']." ".$row['LOST']." ".$sa." ".$row['FOUL']."
"; $team_list.=$rank_list; $team_list.="
"; } } echo $team_list; ?> )
.../class.php_execution.php:273