Fatal error: Uncaught InvalidArgumentException: Unknown or bad timezone () in /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php:489 Stack trace: #0 /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php(1389): Carbon\Carbon::safeCreateDateTimeZone('') #1 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1036): Carbon\Carbon->setTimezone('') #2 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1102): Restaurant->getLocalPublicOrderingClosedUntilText(false, 'dinein', true) #3 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/support/Collection.php(816): Restaurant->{closure}('Dine-in', 'DINEIN') #4 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1103): Illuminate\Support\Collection->mapWithKeys(Object(Closure)) #5 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(556): Restaurant->getClosedUntilTexts(NULL) #6 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/database/Eloquent/Concerns/HasAttributes.php(444): BaseClass->mutateAt in /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 489
Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_ERROR)
Uncaught InvalidArgumentException: Unknown or bad timezone () in /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php:489 Stack trace: #0 /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php(1389): Carbon\Carbon::safeCreateDateTimeZone('') #1 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1036): Carbon\Carbon->setTimezone('') #2 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1102): Restaurant->getLocalPublicOrderingClosedUntilText(false, 'dinein', true) #3 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/support/Collection.php(816): Restaurant->{closure}('Dine-in', 'DINEIN') #4 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1103): Illuminate\Support\Collection->mapWithKeys(Object(Closure)) #5 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(556): Restaurant->getClosedUntilTexts(NULL) #6 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/database/Eloquent/Concerns/HasAttributes.php(444): BaseClass->mutateAt Whoops\Exception\ErrorException thrown with message "Uncaught InvalidArgumentException: Unknown or bad timezone () in /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php:489 Stack trace: #0 /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php(1389): Carbon\Carbon::safeCreateDateTimeZone('') #1 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1036): Carbon\Carbon->setTimezone('') #2 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1102): Restaurant->getLocalPublicOrderingClosedUntilText(false, 'dinein', true) #3 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/support/Collection.php(816): Restaurant->{closure}('Dine-in', 'DINEIN') #4 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1103): Illuminate\Support\Collection->mapWithKeys(Object(Closure)) #5 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(556): Restaurant->getClosedUntilTexts(NULL) #6 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/database/Eloquent/Concerns/HasAttributes.php(444): BaseClass->mutateAt" Stacktrace: #0 Whoops\Exception\ErrorException in /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php:489
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Carbon.php
489
/
home
/
deploy
/
EHungry-8-simon
/
PHP
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Carbon.php
 
        $tz = @timezone_open($object = (string) $object);
 
        if ($tz !== false) {
            return $tz;
        }
 
        // Work-around for a bug fixed in PHP 5.5.10 https://bugs.php.net/bug.php?id=45528
        // See: https://stackoverflow.com/q/14068594/2646927
        // @codeCoverageIgnoreStart
        if (strpos($object, ':') !== false) {
            try {
                return static::createFromFormat('O', $object)->getTimezone();
            } catch (InvalidArgumentException $e) {
                //
            }
        }
        // @codeCoverageIgnoreEnd
 
        throw new InvalidArgumentException('Unknown or bad timezone ('.$object.')');
    }
 
    ///////////////////////////////////////////////////////////////////
    //////////////////////////// CONSTRUCTORS /////////////////////////
    ///////////////////////////////////////////////////////////////////
 
    /**
     * Create a new Carbon instance.
     *
     * Please see the testing aids section (specifically static::setTestNow())
     * for more on the possibility of this constructor returning a test instance.
     *
     * @param string|null               $time
     * @param \DateTimeZone|string|null $tz
     */
    public function __construct($time = null, $tz = null)
    {
        // If the class has a test now set and we are trying to create a now()
        // instance then override as required
        $isNow = empty($time) || $time === 'now';
Arguments
  1. """
    Uncaught InvalidArgumentException: Unknown or bad timezone () in /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php:489\n
    Stack trace:\n
    #0 /home/deploy/EHungry-8-simon/PHP/vendor/nesbot/carbon/src/Carbon/Carbon.php(1389): Carbon\Carbon::safeCreateDateTimeZone('')\n
    #1 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1036): Carbon\Carbon->setTimezone('')\n
    #2 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1102): Restaurant->getLocalPublicOrderingClosedUntilText(false, 'dinein', true)\n
    #3 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/support/Collection.php(816): Restaurant->{closure}('Dine-in', 'DINEIN')\n
    #4 /home/deploy/EHungry-8-simon/Web/classes/Restaurant.class.php(1103): Illuminate\Support\Collection->mapWithKeys(Object(Closure))\n
    #5 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(556): Restaurant->getClosedUntilTexts(NULL)\n
    #6 /home/deploy/EHungry-8-simon/PHP/vendor/illuminate/database/Eloquent/Concerns/HasAttributes.php(444): BaseClass->mutateAt
    """
    

Environment & details:

Key Value
aid
"sitemap.xml"
empty
empty
empty
Key Value
loc
"en_US"
cart
Cart {}
Key Value
UNIQUE_ID
"aHrL2-bF0QYQx5OC9ie01QAAAAQ"
SCRIPT_URL
"/sitemap.xml"
SCRIPT_URI
"http://www.aclassicpizza.com.8.simon.ehungry.net/sitemap.xml"
HTTP_HOST
"www.aclassicpizza.com.8.simon.ehungry.net"
HTTP_X_REAL_IP
"216.73.216.143"
HTTP_X_FORWARDED_FOR
"216.73.216.143"
HTTP_X_CONFKEY
"Main_Domain:6460"
HTTP_SCHEME
"https"
HTTP_EHENV
"TODO"
HTTP_CONNECTION
"close"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.62 () mod_wsgi/4.6.5 Python/3.7 PHP/7.2.34"
SERVER_NAME
"www.aclassicpizza.com.8.simon.ehungry.net"
SERVER_ADDR
"127.0.0.1"
SERVER_PORT
"80"
REMOTE_ADDR
"127.0.0.1"
DOCUMENT_ROOT
"/home/deploy/EHungry-8-simon/Web"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/deploy/EHungry-8-simon/Web"
SERVER_ADMIN
"root@localhost"
SCRIPT_FILENAME
"/home/deploy/EHungry-8-simon/Web/index.php"
REMOTE_PORT
"60518"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"aid=sitemap.xml"
REQUEST_URI
"/sitemap.xml"
SCRIPT_NAME
"/sitemap.xml"
PHP_SELF
"/sitemap.xml"
REQUEST_TIME_FLOAT
1752878043.622
REQUEST_TIME
1752878043
empty
0. Whoops\Handler\PrettyPageHandler