RedisException
MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. RedisException thrown with message "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error." Stacktrace: #8 RedisException in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69 #7 Redis:setex in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69 #6 Cache:Set in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:53 #5 Cache:SetObject in /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php:764 #4 BaseClass:cacheSet in /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php:657 #3 BaseClass:findNew in /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php:672 #2 BaseClass:find in /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php:145 #1 BaseClass:__construct in /home/deploy/EHungry-8-simon/Web/controllers/customer.php:638 #0 require in /home/deploy/EHungry-8-simon/Web/index.php:30
Stack frames (9)
8
RedisException
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
69
7
Redis
setex
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
69
6
Cache
Set
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
53
5
Cache
SetObject
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
764
4
BaseClass
cacheSet
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
657
3
BaseClass
findNew
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
672
2
BaseClass
find
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
145
1
BaseClass
__construct
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
controllers
/
customer.php
638
0
require
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
index.php
30
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
    }
 
    public static function SetObject($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function SetArray($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function SetBoolean($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function Set($key, $var, $expire = 86400) {
        App::debugbarLog('debug', "Cache set: $key");
        if ($i = static::getInstance()) {
            $var = static::beforeSet($var);
            return $expire > 0?
                $i->setEx($key, $expire, $var) :
                $i->set($key, $var);
        }
        return null;
    }
 
    public static function Exists(...$key):?bool {
        if ($i = static::getInstance()) {
            return $i->exists($key);
        }
        return null;
    }
 
    public static function Expire($key, $ttl) {
        if ($i = static::getInstance()) {
            return $i->expire($key, $ttl);
        }
        return false;
    }
 
    /**
Arguments
  1. "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
    }
 
    public static function SetObject($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function SetArray($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function SetBoolean($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function Set($key, $var, $expire = 86400) {
        App::debugbarLog('debug', "Cache set: $key");
        if ($i = static::getInstance()) {
            $var = static::beforeSet($var);
            return $expire > 0?
                $i->setEx($key, $expire, $var) :
                $i->set($key, $var);
        }
        return null;
    }
 
    public static function Exists(...$key):?bool {
        if ($i = static::getInstance()) {
            return $i->exists($key);
        }
        return null;
    }
 
    public static function Expire($key, $ttl) {
        if ($i = static::getInstance()) {
            return $i->expire($key, $ttl);
        }
        return false;
    }
 
    /**
Arguments
  1. "bc_template_36"
    
  2. 86400
    
  3. """
    O:8:"Template":26:{s:10:"timestamps";b:1;s:12:"pdfPageCount";i:0;s:9:"\x00*\x00hidden";a:1:{i:0;s:8:"password";}s:13:"\x00*\x00connection";s:7:"default";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:26:{s:2:"id";i:36;s:4:"type";s:7:"default";s:11:"folder_name";s:9:"defaultv4";s:10:"created_at";s:19:"2021-01-16 00:00:00";s:9:"is_public";i:1;s:12:"display_name";s:29:"Default v4.0 Responsive Theme";s:19:"authorized_accounts";N;s:19:"thumbnail_file_name";N;s:11:"ie6_allowed";i:0;s:16:"has_about_us_nav";i:0;s:16:"has_specials_nav";i:0;s:28:"alternate_homepage_layout_id";i:0;s:20:"hide_default_navtabs";i:1;s:18:"default_logo_width";N;s:19:"default_logo_height";N;s:18:"custom_config_page";N;s:17:"midsize_thumbnail";s:10:"v3_215.jpg";s:11:"description";s:445:"This is the new standard theme for all new accounts. It uses a responsive design (eg same interface works on a computer as on a smart phone). Your are given the option of choosing your own header image and background image.\n
    <br /><br />\n
    <strong>Note: Changing to this theme is a permanent change. You will not be given the option of downgrading your theme to the original series of themes after upgrading your account to use this theme.</strong>";s:19:"allow_custom_colors";i:0;s:16:"allow_custom_css";i:0;s:12:"instructions";N;s:17:"allow_logo_upload";i:1;s:31:"allow_freeform_homepage_content";i:0;s:16:"reseller_user_id";i:0;s:18:"custom_style_sheet";N;s:7:"version";i:4;}s:11:"\x00*\x00original";a:26:{s:2:"id";i:36;s:4:"type";s:7:"default";s:11:"folder_name";s:9:"defaultv4";s:10:"created_at";s:19:"2021-01-16 00:00:00";s:9:"is_public";i:1;s:12:"display_name";s:29:"Default v4.0 Responsive Theme";s:19:"authorized_accounts";N;s:19:"thumbnail_file_name";N;s:11:"ie6_allowed";i:0;s:16:"has_about_us_nav";i:0;s:16:"has_specials_nav";i:0;s:28:"alternate_homepage_layout_id";i:0;s:20:"hide_default_navtabs";i:1;s:18:"default_logo_width";N;s:19:"default_logo_height";N;s:18:"custom_config_page";N;s:17:"midsize_thumbnail";s:10:"v3_215.jpg";s:11:"description";s:445:"This is the new standard theme for all new accounts. It uses a responsive design (eg same interface works on a computer as on a smart phone). Your are given the option of choosing your own header image and background image.\n
    <br /><br />\n
    <strong>Note: Changing to this theme is a permanent change. You will not be given the option of downgrading your theme to the original series of themes after upgrading your account to use this theme.</strong>";s:19:"allow_custom_colors";i:0;s:16:"allow_custom_css";i:0;s:12:"instructions";N;s:17:"allow_logo_upload";i:1;s:31:"allow_freeform_homepage_content";i:0;s:16:"reseller_user_id";i:0;s:18:"custom_style_sheet";N;s:7:"version";i:4;}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:9:"\x00*\x00events";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}
    """
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
    public static function getInstance() {
        if (static::$redisObj === null) {
            static::$redisObj = new Redis();
            try {
                if (!@static::$redisObj->connect(static::$host, (int)static::$port)) {
                    static::$redisObj = false;
                    Splunk::log(Splunk::LOG_REDIS_CONN, ['error' => 'Error connecting']);
                } else {
                    static::$redisObj->select(static::$db);
                }
            } catch (RedisException $e) {
                static::$redisObj = false;
                Splunk::log(Splunk::LOG_REDIS_CONN, ['error' => 'Error connecting: '.$e->getMessage()]);
            }
        }
        return static::$redisObj;
    }
 
    public static function SetObject($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function SetArray($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function SetBoolean($key, $var, $expire = 86400) {
        return static::Set($key, serialize($var), $expire);
    }
 
    public static function Set($key, $var, $expire = 86400) {
        App::debugbarLog('debug', "Cache set: $key");
        if ($i = static::getInstance()) {
            $var = static::beforeSet($var);
            return $expire > 0?
                $i->setEx($key, $expire, $var) :
                $i->set($key, $var);
        }
        return null;
    }
Arguments
  1. "bc_template_36"
    
  2. """
    O:8:"Template":26:{s:10:"timestamps";b:1;s:12:"pdfPageCount";i:0;s:9:"\x00*\x00hidden";a:1:{i:0;s:8:"password";}s:13:"\x00*\x00connection";s:7:"default";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:26:{s:2:"id";i:36;s:4:"type";s:7:"default";s:11:"folder_name";s:9:"defaultv4";s:10:"created_at";s:19:"2021-01-16 00:00:00";s:9:"is_public";i:1;s:12:"display_name";s:29:"Default v4.0 Responsive Theme";s:19:"authorized_accounts";N;s:19:"thumbnail_file_name";N;s:11:"ie6_allowed";i:0;s:16:"has_about_us_nav";i:0;s:16:"has_specials_nav";i:0;s:28:"alternate_homepage_layout_id";i:0;s:20:"hide_default_navtabs";i:1;s:18:"default_logo_width";N;s:19:"default_logo_height";N;s:18:"custom_config_page";N;s:17:"midsize_thumbnail";s:10:"v3_215.jpg";s:11:"description";s:445:"This is the new standard theme for all new accounts. It uses a responsive design (eg same interface works on a computer as on a smart phone). Your are given the option of choosing your own header image and background image.\n
    <br /><br />\n
    <strong>Note: Changing to this theme is a permanent change. You will not be given the option of downgrading your theme to the original series of themes after upgrading your account to use this theme.</strong>";s:19:"allow_custom_colors";i:0;s:16:"allow_custom_css";i:0;s:12:"instructions";N;s:17:"allow_logo_upload";i:1;s:31:"allow_freeform_homepage_content";i:0;s:16:"reseller_user_id";i:0;s:18:"custom_style_sheet";N;s:7:"version";i:4;}s:11:"\x00*\x00original";a:26:{s:2:"id";i:36;s:4:"type";s:7:"default";s:11:"folder_name";s:9:"defaultv4";s:10:"created_at";s:19:"2021-01-16 00:00:00";s:9:"is_public";i:1;s:12:"display_name";s:29:"Default v4.0 Responsive Theme";s:19:"authorized_accounts";N;s:19:"thumbnail_file_name";N;s:11:"ie6_allowed";i:0;s:16:"has_about_us_nav";i:0;s:16:"has_specials_nav";i:0;s:28:"alternate_homepage_layout_id";i:0;s:20:"hide_default_navtabs";i:1;s:18:"default_logo_width";N;s:19:"default_logo_height";N;s:18:"custom_config_page";N;s:17:"midsize_thumbnail";s:10:"v3_215.jpg";s:11:"description";s:445:"This is the new standard theme for all new accounts. It uses a responsive design (eg same interface works on a computer as on a smart phone). Your are given the option of choosing your own header image and background image.\n
    <br /><br />\n
    <strong>Note: Changing to this theme is a permanent change. You will not be given the option of downgrading your theme to the original series of themes after upgrading your account to use this theme.</strong>";s:19:"allow_custom_colors";i:0;s:16:"allow_custom_css";i:0;s:12:"instructions";N;s:17:"allow_logo_upload";i:1;s:31:"allow_freeform_homepage_content";i:0;s:16:"reseller_user_id";i:0;s:18:"custom_style_sheet";N;s:7:"version";i:4;}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:9:"\x00*\x00events";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}
    """
    
  3. 86400
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
    }
 
    /**
     * Returns the cached object, if it {@link BaseClass::SHOULD_BE_CACHED} and valid, given the $id.
     * @param $id
     * @return false|static
     */
    protected function cacheGet($id) {
        if (static::SHOULD_BE_CACHED && $id > 0 && $cache = Cache::GetObject($this->getCacheKey($id))) {
            return $cache;
        }
        return false;
    }
 
    /**
     * Caches the current object, if {@link BaseClass::SHOULD_BE_CACHED}.
     */
    protected function cacheSet() {
        if (static::SHOULD_BE_CACHED && $this->id > 0) {
            Cache::SetObject($this->getCacheKey(), $this, static::CACHE_EXPIRATION);
        }
    }
 
    /**
     * Removes the current object from cache, if {@link BaseClass::SHOULD_BE_CACHED}.
     */
    public function cacheDelete() {
        if (static::SHOULD_BE_CACHED && $this->id > 0) {
            Cache::Delete($this->getCacheKey());
        }
    }
 
    /**
     * Removes all objects from cache, if {@link BaseClass::SHOULD_BE_CACHED}.
     */
    public static function cacheDeleteAll($chunkSize = self::CACHE_DELETE_CHUNK_SIZE) {
        if (static::SHOULD_BE_CACHED) {
            static::chunk($chunkSize, function ($chunk) {
                foreach ($chunk as $row) {
                    $row->cacheDelete();
Arguments
  1. "bc_template_36"
    
  2. Template {}
    
  3. 86400
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
     * @param int|int[] $id
     * @param array $columns
     * @return static|Collection|static[]|null
     * @todo why isn't this protected?
     * @fixme side-effect of this workaround: the cache is silently skipped when running query-modifiers like ResellerUser::withoutGlobalScope('main_resellers')->find(123)
     */
    public function findNew($id, $columns = ['*']) {
        if (is_array($id)) {
            return $this->directFind($id, $columns);
        }
 
        if ($cached = $this->cacheGet($id)) {
            return $cached;
        }
 
        /** @var static $result */
        $result = $this->directFind($id, $columns);
 
        if ($result && $columns == ['*']) {
            $result->cacheSet();
        }
 
        return $result;
    }
 
    /**
     * Finds one or more entries in the database. In case of single-finds, checks the cache layer first.
     * @see BaseClass::SHOULD_BE_CACHED
     * @see Cache
     * @param int|int[] $id
     * @param array $columns
     * @return Collection|static|static[]|null
     */
    public static function find($id, $columns = ['*']) {
        return (new static)->findNew($id, $columns);
    }
 
    //FIXME: we're missing cached versions for findOrFail and findOrNew, at the very least
 
    /** @deprecated use {@link save()} instead */
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
        /** @var static $result */
        $result = $this->directFind($id, $columns);
 
        if ($result && $columns == ['*']) {
            $result->cacheSet();
        }
 
        return $result;
    }
 
    /**
     * Finds one or more entries in the database. In case of single-finds, checks the cache layer first.
     * @see BaseClass::SHOULD_BE_CACHED
     * @see Cache
     * @param int|int[] $id
     * @param array $columns
     * @return Collection|static|static[]|null
     */
    public static function find($id, $columns = ['*']) {
        return (new static)->findNew($id, $columns);
    }
 
    //FIXME: we're missing cached versions for findOrFail and findOrNew, at the very least
 
    /** @deprecated use {@link save()} instead */
    public function store() {
        return $this->save();
    }
 
    /**
     * Overrides the original save to return the generated ID.
     * After saving, caching ({@link SHOULD_BE_CACHED}) and logging ({@link willLogChanges()}/{@link loggingChanges()})
     * are done, if enabled.
     * @param array $options The only option available is "touch" (which is true by default); setting it to false will
     *                       disable "touching" parent relationships (aka belongsTo/belongsToMany) listed in
     *                       {@link $touches}, which updates their timestamps upon a successful save.
     *                       See https://laravel.com/docs/5.4/eloquent-relationships#touching-parent-timestamps
     * @return bool|int Returns the ID in case of a successful operation, or false instead.
     */
    public function save(array $options = []) {
Arguments
  1. 36
    
  2. array:1 [
      0 => "*"
    ]
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
BaseClass.class.php
     * Stores which classes had their logging behavior overwritten during runtime.
     * @var array
     * @see willLogChanges()
     */
    private static $overwrittenLogChanges = [];
 
    /**
     * @var array Indicates the fields which should be placed in the restaurant's timezone when casting to JSON
     * @see addDateAttributesToArray()
     * @see https://github.com/ehungry/EHungry/wiki/Data-standards#timezone-less-restaurant-times
     */
    protected static $restaurantDates = [];
 
    /**
     * @param int|array|ParameterHandler $idOrAttr An ID, so the entry is loaded from the database, or a list of attributes to be pre-filled into a new entry.
     */
    public function __construct($idOrAttr = null) {
        if (is_numeric($idOrAttr)) {
            //legacy behavior
            if ($entry = static::find($idOrAttr)) {
                //TODO: find a way to have default attributes respected in the same way Eloquent does - probably a mix of array_merge() and array_filter() (so we clear empty values from the found entry), or maybe we'll need a custom merger so the final attribute array doesn't miss any field
                $this->setRawAttributes($entry->attributes, true);
                $this->exists = true;
            }
            $this->setAttribute('id', $idOrAttr);
            parent::__construct();
        } elseif (is_array($idOrAttr) || $idOrAttr instanceof ParameterHandler) {
            parent::__construct($idOrAttr); //default Eloquent behavior + our custom fill()
        } else {
            $this->setAttribute('id', -1); //FIXME: legacy behavior as well... can we ditch this someday please????
            parent::__construct();
        }
    }
 
    /**
     * We've overwritten the original query builder to include extra methods :)
     * @param \Illuminate\Database\Query\Builder $query
     * @return Builder|EloquentModel|eHungry\Illuminate\Database\Eloquent\Builder
     */
    public function newEloquentBuilder($query) {
Arguments
  1. 36
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
controllers
/
customer.php
if (isset($_REQUEST['_CORDOVA_APP'])) {
    if ($_REQUEST['_CORDOVA_APP'] && !(strstr($account->getEnabledModules(), (string)APP_MODULE) || (is_object($global_reseller) && $global_reseller->getAppleAppId()))) {
        unset($_REQUEST['_CORDOVA_APP']);
    }
 
    //for testing via browser, lets store phonegap flag in the session as well so we can force set it
    if ($_REQUEST['_CORDOVA_APP']) {
        $_SESSION['_CORDOVA_APP'] = true;
    } elseif ($_REQUEST['_CORDOVA_APP'] === '0') {
        $_SESSION['_CORDOVA_APP'] = false;
        unset($_REQUEST['_CORDOVA_APP']);
    }
}
 
if (isset($_SESSION['_CORDOVA_APP']) && $_SESSION['_CORDOVA_APP'] && strstr($account->getEnabledModules(), (string)APP_MODULE)) {
    $_REQUEST['_CORDOVA_APP'] = true;
}
 
$template_id = isset($_REQUEST['_CORDOVA_APP']) && $_REQUEST['_CORDOVA_APP']? Template::DEFAULT_ID : ($account->template_id?: Template::DEFAULT_ID);
$template = new Template($template_id);
$version = $template->version ?: 3;
if (!apache_note('AppVersion')) {
    apache_note('AppVersion', $version);
}
 
$templateName = $template->getFolderName();
$_REQUEST['_VERSION'] = $version;
$showCart = false;
 
$_REQUEST['_TEMPLATE_SETTINGS'] = TemplateAccountSetting::getAllForAccountAndTemplate($account->getId(), $template->getId());
$currentOrderingPlatform = OrderTemplatePlatforms::currentOrderingPlatform(isSpringroll());
$activePromotion = $account->activePromotions($currentOrderingPlatform)->first();
if ($activePromotion && $activePromotion->url_tag && $_REQUEST["form"] == $activePromotion->url_tag) {
    $_REQUEST["form"] = "promotion";
}
 
$status = isValidPage($_REQUEST["form"]);
 
//v4 pages that can can be accessed without logging in
if ($_REQUEST['_VERSION'] == 4) {
Arguments
  1. 36
    
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
index.php
App::startTime();
 
ErrorHandlers::register();
 
// Global.php is the core setup file for the application
App::debugbarTime('Global.php');
require(dirname(__DIR__) . '/PHP/Global.php');
App::debugbarTime('Global.php');
/** @var string $controller The main controller - defined at /PHP/Global.php */
 
App::debugbarTime('Sentry - controller');
ErrorHandlers::sentryInit($controller); //doesn't always do much - not every controller has a Sentry project
App::debugbarTime('Sentry - controller');
 
App::debugbarTime("controller: $controller");
apache_note('AppController', $controller);
if (file_exists(CORE_PATH."lib/helpers/$controller.php")) {
    require CORE_PATH."lib/helpers/$controller.php";
}
require CORE_PATH."controllers/$controller.php";
App::debugbarTime("controller: $controller");
 
Arguments
  1. "/home/deploy/EHungry-8-simon/Web/controllers/customer.php"
    

Environment & details:

Key Value
aid
"restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
empty
empty
Key Value
PHPSESSID
"rtoupcprd8nrbsgf6fflsjr74m"
Key Value
loc
"en_US"
customer_account_id
32293
restaurant_id
11221
menu_id
14117
Key Value
UNIQUE_ID
"aBGOR5RA2EJEtF0zlMj5KgAAAAk"
SCRIPT_URL
"/restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
SCRIPT_URI
"http://www.springroll.com.8.simon.ehungry.net/restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
HTTP_HOST
"www.springroll.com.8.simon.ehungry.net"
HTTP_X_REAL_IP
"3.142.201.222"
HTTP_X_FORWARDED_FOR
"3.142.201.222"
HTTP_X_CONFKEY
"Main_Domain:6462"
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"
HTTP_COOKIE
"PHPSESSID=rtoupcprd8nrbsgf6fflsjr74m"
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.springroll.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
"46548"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"aid=restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
REQUEST_URI
"/restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
SCRIPT_NAME
"/restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
PHP_SELF
"/restaurant/1walnutcranford/order/main-menu/white-meat-chicken/67-chicken-w-broccoli"
REQUEST_TIME_FLOAT
1745980999.404
REQUEST_TIME
1745980999
empty
0. Whoops\Handler\PrettyPageHandler

Fatal error: Uncaught RedisException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. in [no active file]:0 Stack trace: #0 {main} thrown in [no active file] on line 0