12. ErrorException
…/­vendor/­nesbot/­carbon/­src/­Carbon/­Carbon.php653
11. Illuminate\Exception\Handler handleError
…/­vendor/­composer/­ClassLoader.php377
10. include
…/­vendor/­composer/­ClassLoader.php377
9. Composer\Autoload\includeFile
…/­vendor/­composer/­ClassLoader.php269
8. Composer\Autoload\ClassLoader loadClass
<#unknown>0
7. spl_autoload_call
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php214
6. Illuminate\Session\Middleware getCookieLifetime
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php190
5. Illuminate\Session\Middleware addCookieToResponse
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php81
4. Illuminate\Session\Middleware handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Queue.php47
3. Illuminate\Cookie\Queue handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php51
2. Illuminate\Cookie\Guard handle
…/­vendor/­stack/­builder/­src/­Stack/­StackedHttpKernel.php23
1. Stack\StackedHttpKernel handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php606
0. Illuminate\Foundation\Application run
/­var/­customers/­webs/­monte/­monte-koeln.de/­board/­index.php48

ErrorException

Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL)

    *
    * @param  integer  $hour
    * @param  integer  $minute
    * @param  integer  $second
    *
    * @return Carbon
    */
   public function setTime($hour, $minute, $second = 0)
   {
      return $this->hour($hour)->minute($minute)->second($second);
/**
 * Scope isolated include.
 *
 * Prevents access to $this/self from included files.
 */
function includeFile($file)
{
    include $file;
}
 
/**
 * Scope isolated include.
 *
 * Prevents access to $this/self from included files.
 */
function includeFile($file)
{
    include $file;
}
 
     *
     * @param  string    $class The name of the class
     * @return bool|null True if loaded, null otherwise
     */
    public function loadClass($class)
    {
        if ($file = $this->findFile($class)) {
            includeFile($file);
 
            return true;
<#unknown>
	 *
	 * @return int
	 */
	protected function getCookieLifetime()
	{
		$config = $this->manager->getSessionConfig();
 
		return $config['expire_on_close'] ? 0 : Carbon::now()->addMinutes($config['lifetime']);
	}
 
		$s = $session;
 
		if ($this->sessionIsPersistent($c = $this->manager->getSessionConfig()))
		{
			$secure = array_get($c, 'secure', false);
 
			$response->headers->setCookie(new Cookie(
				$s->getName(), $s->getId(), $this->getCookieLifetime(), $c['path'], $c['domain'], $secure
			));
		}
		// Again, if the session has been configured we will need to close out the session
		// so that the attributes may be persisted to some storage medium. We will also
		// add the session identifier cookie to the application response headers now.
		if ($this->sessionConfigured())
		{
			$this->closeSession($session);
 
			$this->addCookieToResponse($response, $session);
		}
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		$response = $this->app->handle($request, $type, $catch);
 
		foreach ($this->cookies->getQueuedCookies() as $cookie)
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
	}
 
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @return void
	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];
 
		$response = with($stack = $this->getStackedClient())->handle($request);
 
		$response->send();
|
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/
$app->run();
 
 
Key Value
TEMP /var/customers/tmp/monte/
TMPDIR /var/customers/tmp/monte/
TMP /var/customers/tmp/monte/
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER monte
HOME /var/customers/webs/monte/
ORIG_SCRIPT_NAME /fastcgiphp
ORIG_PATH_TRANSLATED /var/customers/webs/monte/monte-koeln.de/board/index.php
ORIG_PATH_INFO /board/index.php
ORIG_SCRIPT_FILENAME /var/www/php-fpm/monte/monte-koeln.de/fpm.external
SCRIPT_NAME /board/index.php
REQUEST_URI /board/login
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /board/index.php
REMOTE_PORT 39368
SCRIPT_FILENAME /var/customers/webs/monte/monte-koeln.de/board/index.php
SERVER_ADMIN 166480@schule.nrw.de
CONTEXT_DOCUMENT_ROOT /var/www/php-fpm/monte/monte-koeln.de/fpm.external
CONTEXT_PREFIX /fastcgiphp
REQUEST_SCHEME http
DOCUMENT_ROOT /var/customers/webs/monte/monte-koeln.de
REMOTE_ADDR 23.20.220.59
SERVER_PORT 80
SERVER_ADDR 5.9.169.36
SERVER_NAME monte-koeln.de
SERVER_SOFTWARE Apache/2.4.56 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 OpenSSL/1.1.1n
SERVER_SIGNATURE
HTTP_HOST monte-koeln.de
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
REDIRECT_HANDLER php-fastcgi
REDIRECT_REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /board/index.php
REQUEST_TIME_FLOAT 1710829798.8323
REQUEST_TIME 1710829798
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler