Week 1 Recap


The season starts out with the Crusaders reminding the Sacks on the Beach who lost the Toliet Bowl. Kerry Collins scores 19 points to advance the Crusaders to a 28-14 victory. Their first regular season victory over the Sacks since 2001.

The Norsemen picked up right where they left off, winning their 9th straight regular season game, tied for the third longest streak in league history. They defeat the Bug Stompers, 21-4. Making Ayrik the fifth straight new owner to lose his first game in the league.

The Werewolves win on opening day for the 5th straight year, to advance their opening day record to 11-3 all-time. The 16-0 victory over the Lindbergh Baby Casserole is the 99th regular season win in fanchise history.

Anchored by the Player of the Week, Larry Fitzgerald, and a crushing defense, the Rednecks shutout the Gallic Warriors for the second straight time, 4-0. In the final game, the defending champions fall to the the Whiskey Tango, 11-0. That ends the MeggaMen's 6 game non-losing streak and dethrones the MeggaMen as the team with the best all-time record. (MeggaMen 41-31-4 .566 vs Norsemen 109-81-2 .573).

Player of the Week - Larry Fitzgerald (WR-ARI) - RED
Defensive Player - Jason Taylor (DL-MIA) - MM

Weekly Scores

Crusaders 28 Sacks on the Beach 14
Whiskey Tango 11 MeggaMen 0
Werewolves 16 Lindbergh Baby Casserole 0
Norsemen 21 Bug Stompers 4
Rednecks 4 Gallic Warriors 0

Current Standings

Warning: include(lib/Team.php): Failed to open stream: No such file or directory (500 Internal Server Error)

Symfony Exception

Warning: include(lib/Team.php): Failed to open stream: No such file or directory

Exception

ErrorException

Show exception properties
ErrorException {#404
  #severity: E_WARNING
}
  1. <table cellpadding="5" cellspacing="1">
  2. <?php
  3. include "lib/Team.php";
  4. //$thisSeason = 2004;
  5. //$thisWeek = 5;
  6. $query = <<<EOD
  7. SELECT tn.name as 'team', d.name as 'division',
  1. <table cellpadding="5" cellspacing="1">
  2. <?php
  3. include "lib/Team.php";
  4. //$thisSeason = 2004;
  5. //$thisWeek = 5;
  6. $query = <<<EOD
  7. SELECT tn.name as 'team', d.name as 'division',
include('/home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weekstandings.php') in /home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weeksummary.php (line 33)
  1. </p>
  2. <p>
  3. <h4>Current Standings</h4>
  4. <?php include "weekstandings.php"; ?>
  5. </p>
  6. <p>
  7. <h4>Next Week's Games</h4>
  8. <?php include "nextgame.php"; ?>
require('/home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weeksummary.php') in src/LegacyBridge.php (line 152)
  1. $p = $request->getPathInfo();
  2. $_SERVER['PHP_SELF'] = $p;
  3. $_SERVER['SCRIPT_NAME'] = $p;
  4. $_SERVER['SCRIPT_FILENAME'] = $legacyScriptFilename;
  5. require $legacyScriptFilename;
  6. }
  7. }
LegacyBridge::handleRequest() in public/index.php (line 50)
  1. if (false === $response->isNotFound()) {
  2. // Symfony successfully handled the route.
  3. $response->send();
  4. } else {
  5. LegacyBridge::handleRequest($request, $response, $kernel->getContainer(), __DIR__);
  6. }
  7. $kernel->terminate($request, $response);

Logs 2

Level Message
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
error 12:37:26 Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.staging.wmffl.com/history/2005Season/weeksummary.php"" at RouterListener.php line 156
{
    "exception": {}
}
debug 12:37:26 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException".
{
    "event": "kernel.exception",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::logKernelException"
}
debug 12:37:26 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException".
{
    "event": "kernel.exception",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelException"
}
debug 12:37:26 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException".
{
    "event": "kernel.exception",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onKernelException"
}
debug 12:37:26 Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException" stopped propagation of the event "kernel.exception".
{
    "event": "kernel.exception",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onKernelException"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
debug 12:37:26 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
debug 12:37:26 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
debug 12:37:26 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
critical 12:37:27 Uncaught PHP Exception ErrorException: "Warning: include(lib/Team.php): Failed to open stream: No such file or directory" at weekstandings.php line 3
{
    "exception": {}
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
debug 12:37:26 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
debug 12:37:26 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
debug 12:37:26 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
debug 12:37:26 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
debug 12:37:26 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
debug 12:37:26 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
debug 12:37:26 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
debug 12:37:27 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
debug 12:37:27 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
debug 12:37:27 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
debug 12:37:27 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ErrorException
ErrorException:
Warning: include(lib/Team.php): Failed to open stream: No such file or directory

  at /home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weekstandings.php:3
  at include()
     (/home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weekstandings.php:3)
  at include('/home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weekstandings.php')
     (/home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weeksummary.php:33)
  at require('/home/joshutt/staging.wmffl.com/wmffl-stage.260213/football/history/2005Season/weeksummary.php')
     (src/LegacyBridge.php:152)
  at App\LegacyBridge::handleRequest()
     (public/index.php:50)