12. ErrorException
…/­vendor/­nesbot/­carbon/­src/­Carbon/­Carbon.php671
11. Illuminate\Exception\Handler handleError
…/­vendor/­composer/­ClassLoader.php412
10. include
…/­vendor/­composer/­ClassLoader.php412
9. Composer\Autoload\includeFile
…/­vendor/­composer/­ClassLoader.php301
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
…/­index.php50

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 static
    */
   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
LSPHP_ENABLE_USER_INI on
PATH /usr/local/bin:/usr/bin:/bin
TEMP /tmp
TMP /tmp
TMPDIR /tmp
PWD /
HTTP_ACCEPT */*
CONTENT_LENGTH 0
HTTP_HOST colonus.com
HTTP_REFERER http://colonus.com/php/colonustv/tos
HTTP_USER_AGENT claudebot
HTTP_X_HTTPS 1
REDIRECT_UNIQUE_ID ZgXPZTAOZ5XvZ5SgT11tpAAAWR8
REDIRECT_SCRIPT_URL /php/colonustv/tos
REDIRECT_SCRIPT_URI https://colonus.com/php/colonustv/tos
REDIRECT_USER_ID 4694377
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI colonus.com
REDIRECT_HTTP2 on
REDIRECT_H2PUSH off
REDIRECT_H2_PUSH off
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_STREAM_ID 3
REDIRECT_H2_STREAM_TAG 1888408-3637-3
REDIRECT_STATUS 200
UNIQUE_ID ZgXPZTAOZ5XvZ5SgT11tpAAAWR8
SCRIPT_URL /php/colonustv/tos
SCRIPT_URI https://colonus.com/php/colonustv/tos
USER_ID 4694377
HTTPS on
SSL_TLS_SNI colonus.com
HTTP2 on
H2PUSH off
H2_PUSH off
H2_PUSHED
H2_PUSHED_ON
H2_STREAM_ID 3
H2_STREAM_TAG 1888408-3637-3
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME colonus.com
SERVER_ADDR 107.180.58.46
SERVER_PORT 443
REMOTE_ADDR 54.89.70.161
DOCUMENT_ROOT /home/keft62eam9ut/public_html
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/keft62eam9ut/public_html
SERVER_ADMIN webmaster@colonus.com
SCRIPT_FILENAME /home/keft62eam9ut/public_html/php/colonustv/index.php
REMOTE_PORT 38898
REDIRECT_URL /php/colonustv/tos
SERVER_PROTOCOL HTTP/2.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /php/colonustv/tos
SCRIPT_NAME /php/colonustv/index.php
PHP_SELF /php/colonustv/index.php
REQUEST_TIME_FLOAT 1711656805.1889
REQUEST_TIME 1711656805
empty
empty
empty
empty
empty
Key Value
LSPHP_ENABLE_USER_INI on
PATH /usr/local/bin:/usr/bin:/bin
TEMP /tmp
TMP /tmp
TMPDIR /tmp
PWD /
0. Whoops\Handler\PrettyPageHandler