| ( ! ) Deprecated: Constant E_STRICT is deprecated in /home/ubuntu/apps/streamlink/vendor/symfony/error-handler/ErrorHandler.php on line 58 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 355712 | {main}( ) | .../index.php:0 |
| 2 | 0.0000 | 356208 | require_once( '/home/ubuntu/apps/streamlink/vendor/autoload_runtime.php ) | .../index.php:5 |
| 3 | 0.0002 | 361560 | Symfony\Component\Runtime\SymfonyRuntime->__construct( $options = ['project_dir' => '/home/ubuntu/apps/streamlink'] ) | .../autoload_runtime.php:16 |
| 4 | 0.0005 | 365760 | Symfony\Component\Runtime\GenericRuntime->__construct( $options = ['project_dir' => '/home/ubuntu/apps/streamlink', 'env_var_name' => 'APP_ENV', 'debug_var_name' => 'APP_DEBUG', 'debug' => TRUE, 'disable_dotenv' => TRUE, 'error_handler' => 'Symfony\\Component\\Runtime\\Internal\\SymfonyErrorHandler'] ) | .../SymfonyRuntime.php:128 |
| 5 | 0.0006 | 365760 | Symfony\Component\Runtime\Internal\SymfonyErrorHandler::register( $debug = TRUE ) | .../GenericRuntime.php:76 |
| ( ! ) Deprecated: Constant E_STRICT is deprecated in /home/ubuntu/apps/streamlink/vendor/symfony/error-handler/ErrorHandler.php on line 76 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 355712 | {main}( ) | .../index.php:0 |
| 2 | 0.0000 | 356208 | require_once( '/home/ubuntu/apps/streamlink/vendor/autoload_runtime.php ) | .../index.php:5 |
| 3 | 0.0002 | 361560 | Symfony\Component\Runtime\SymfonyRuntime->__construct( $options = ['project_dir' => '/home/ubuntu/apps/streamlink'] ) | .../autoload_runtime.php:16 |
| 4 | 0.0005 | 365760 | Symfony\Component\Runtime\GenericRuntime->__construct( $options = ['project_dir' => '/home/ubuntu/apps/streamlink', 'env_var_name' => 'APP_ENV', 'debug_var_name' => 'APP_DEBUG', 'debug' => TRUE, 'disable_dotenv' => TRUE, 'error_handler' => 'Symfony\\Component\\Runtime\\Internal\\SymfonyErrorHandler'] ) | .../SymfonyRuntime.php:128 |
| 5 | 0.0006 | 365760 | Symfony\Component\Runtime\Internal\SymfonyErrorHandler::register( $debug = TRUE ) | .../GenericRuntime.php:76 |
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
|
RuntimeException
|
|---|
RuntimeException:
Failed to start the session because headers have already been sent by "/home/ubuntu/apps/streamlink/vendor/symfony/error-handler/ErrorHandler.php" at line 76.
at vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:135
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:326)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag()
(vendor/symfony/http-foundation/Session/Session.php:258)
at Symfony\Component\HttpFoundation\Session\Session->getBag()
(vendor/symfony/http-foundation/Session/Session.php:278)
at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
(vendor/symfony/http-foundation/Session/Session.php:86)
at Symfony\Component\HttpFoundation\Session\Session->set()
(vendor/symfony/security-http/Util/TargetPathTrait.php:28)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:224)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:195)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:148)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:103)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException()
(vendor/symfony/event-dispatcher/EventDispatcher.php:230)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:223)
at Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
(vendor/symfony/http-kernel/HttpKernel.php:86)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/home/ubuntu/apps/streamlink/vendor/autoload_runtime.php')
(public/index.php:5)
|