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: #6 RedisException in /home/deploy/EHungry-11-boyan/Web/classes/Cache.class.php:69 #5 Redis:setex in /home/deploy/EHungry-11-boyan/Web/classes/Cache.class.php:69 #4 Cache:Set in /home/deploy/EHungry-11-boyan/Web/classes/Cache.class.php:57 #3 Cache:SetArray in /home/deploy/EHungry-11-boyan/Web/classes/Restaurant.class.php:1797 #2 Restaurant:getAllMenus in /home/deploy/EHungry-11-boyan/Web/classes/Restaurant.class.php:1820 #1 Restaurant:getActiveMenus in /home/deploy/EHungry-11-boyan/Web/controllers/customer.php:304 #0 require in /home/deploy/EHungry-11-boyan/Web/index.php:30
Stack frames (7)
6
RedisException
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Cache.class.php
69
5
Redis
setex
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Cache.class.php
69
4
Cache
Set
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Cache.class.php
57
3
Cache
SetArray
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Restaurant.class.php
1797
2
Restaurant
getAllMenus
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Restaurant.class.php
1820
1
Restaurant
getActiveMenus
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
controllers
/
customer.php
304
0
require
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
index.php
30
/
home
/
deploy
/
EHungry-11-boyan
/
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-11-boyan
/
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. "rmenus_11846_0"
    
  2. 86400
    
  3. "a:1:{i:0;O:4:"Menu":29:{s:14:"\x00Menu\x00errorMsg";N;s:12:"pdfPageCount";i:0;s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:1:{i:0;s:8:"password";}s:12:"\x00*\x00nullables";a:0:{}s:13:"\x00*\x00connection";N;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:41:{s:2:"id";i:14914;s:10:"start_time";s:8:"01:00:00";s:8:"end_time";s:8:"01:00:00";s:12:"display_name";s:4:"Main";s:10:"account_id";i:16450;s:11:"activate_at";s:19:"0000-00-00 00:00:00";s:13:"deactivate_at";s:19:"0000-00-00 00:00:00";s:8:"priority";i:0;s:3:"tag";s:0:"";s:16:"menu_description";s:135:"Please note: requests for additional items or special preparation may incur an <b>extra charge</b> not calculated on your online order.";s:16:"always_available";i:1;s:23:"delivery_fee_adjustment";d:0;s:10:"image_path";s:0:"";s:9:"is_hidden";i:0;s:16:"original_menu_id";i:0;s:25:"use_advanced_availability";i:0;s:11:"monday_open";s:8:"00:00:00";s:13:"monday_closed";s:8:"00:00:00";s:12:"tuesday_open";s:8:"00:00:00";s:14:"tuesday_closed";s:8:"00:00:00";s:14:"wednesday_open";s:8:"00:00:00";s:16:"wednesday_closed";s:8:"00:00:00";s:13:"thursday_open";s:8:"00:00:00";s:15:"thursday_closed";s:8:"00:00:00";s:11:"friday_open";s:8:"00:00:00";s:13:"friday_closed";s:8:"00:00:00";s:13:"saturday_open";s:8:"00:00:00";s:15:"saturday_closed";s:8:"00:00:00";s:11:"sunday_open";s:8:"00:00:00";s:13:"sunday_closed";s:8:"00:00:00";s:16:"closed_on_monday";i:0;s:17:"closed_on_tuesday";i:0;s:19:"closed_on_wednesday";i:0;s:18:"closed_on_thursday";i:0;s:16:"closed_on_friday";i:0;s:18:"closed_on_saturday";i:0;s:16:"closed_on_sunday";i:0;s:7:"url_tag";s:4:"main";s:6:"iac_id";N;s:12:"supermenu_id";N;s:8:"tax_code";N;}s:11:"\x00*\x00original";a:41:{s:2:"id";i:14914;s:10:"start_time";s:8:"01:00:00";s:8:"end_time";s:8:"01:00:00";s:12:"display_name";s:4:"Main";s:10:"account_id";i:16450;s:11:"activate_at";s:19:"0000-00-00 00:00:00";s:13:"deactivate_at";s:19:"0000-00-00 00:00:00";s:8:"priority";i:0;s:3:"tag";s:0:"";s:16:"menu_description";s:135:"Please note: requests for additional items or special preparation may incur an <b>extra charge</b> not calculated on your online order.";s:16:"always_available";i:1;s:23:"delivery_fee_adjustment";d:0;s:10:"image_path";s:0:"";s:9:"is_hidden";i:0;s:16:"original_menu_id";i:0;s:25:"use_advanced_availability";i:0;s:11:"monday_open";s:8:"00:00:00";s:13:"monday_closed";s:8:"00:00:00";s:12:"tuesday_open";s:8:"00:00:00";s:14:"tuesday_closed";s:8:"00:00:00";s:14:"wednesday_open";s:8:"00:00:00";s:16:"wednesday_closed";s:8:"00:00:00";s:13:"thursday_open";s:8:"00:00:00";s:15:"thursday_closed";s:8:"00:00:00";s:11:"friday_open";s:8:"00:00:00";s:13:"friday_closed";s:8:"00:00:00";s:13:"saturday_open";s:8:"00:00:00";s:15:"saturday_closed";s:8:"00:00:00";s:11:"sunday_open";s:8:"00:00:00";s:13:"sunday_closed";s:8:"00:00:00";s:16:"closed_on_monday";i:0;s:17:"closed_on_tuesday";i:0;s:19:"closed_on_wednesday";i:0;s:18:"closed_on_thursday";i:0;s:16:"closed_on_friday";i:0;s:18:"closed_on_saturday";i:0;s:16:"closed_on_sunday";i:0;s:7:"url_tag";s:4:"main";s:6:"iac_id";N;s:12:"supermenu_id";N;s:8:"tax_code";N;}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:"*";}s:17:"\x00*\x00_uploadAccount";N;}}"
    
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Cache.class.php
                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;
    }
 
    public static function Exists(...$key):?bool {
        if ($i = static::getInstance()) {
            return $i->exists($key);
Arguments
  1. "rmenus_11846_0"
    
  2. "a:1:{i:0;O:4:"Menu":29:{s:14:"\x00Menu\x00errorMsg";N;s:12:"pdfPageCount";i:0;s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:1:{i:0;s:8:"password";}s:12:"\x00*\x00nullables";a:0:{}s:13:"\x00*\x00connection";N;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:41:{s:2:"id";i:14914;s:10:"start_time";s:8:"01:00:00";s:8:"end_time";s:8:"01:00:00";s:12:"display_name";s:4:"Main";s:10:"account_id";i:16450;s:11:"activate_at";s:19:"0000-00-00 00:00:00";s:13:"deactivate_at";s:19:"0000-00-00 00:00:00";s:8:"priority";i:0;s:3:"tag";s:0:"";s:16:"menu_description";s:135:"Please note: requests for additional items or special preparation may incur an <b>extra charge</b> not calculated on your online order.";s:16:"always_available";i:1;s:23:"delivery_fee_adjustment";d:0;s:10:"image_path";s:0:"";s:9:"is_hidden";i:0;s:16:"original_menu_id";i:0;s:25:"use_advanced_availability";i:0;s:11:"monday_open";s:8:"00:00:00";s:13:"monday_closed";s:8:"00:00:00";s:12:"tuesday_open";s:8:"00:00:00";s:14:"tuesday_closed";s:8:"00:00:00";s:14:"wednesday_open";s:8:"00:00:00";s:16:"wednesday_closed";s:8:"00:00:00";s:13:"thursday_open";s:8:"00:00:00";s:15:"thursday_closed";s:8:"00:00:00";s:11:"friday_open";s:8:"00:00:00";s:13:"friday_closed";s:8:"00:00:00";s:13:"saturday_open";s:8:"00:00:00";s:15:"saturday_closed";s:8:"00:00:00";s:11:"sunday_open";s:8:"00:00:00";s:13:"sunday_closed";s:8:"00:00:00";s:16:"closed_on_monday";i:0;s:17:"closed_on_tuesday";i:0;s:19:"closed_on_wednesday";i:0;s:18:"closed_on_thursday";i:0;s:16:"closed_on_friday";i:0;s:18:"closed_on_saturday";i:0;s:16:"closed_on_sunday";i:0;s:7:"url_tag";s:4:"main";s:6:"iac_id";N;s:12:"supermenu_id";N;s:8:"tax_code";N;}s:11:"\x00*\x00original";a:41:{s:2:"id";i:14914;s:10:"start_time";s:8:"01:00:00";s:8:"end_time";s:8:"01:00:00";s:12:"display_name";s:4:"Main";s:10:"account_id";i:16450;s:11:"activate_at";s:19:"0000-00-00 00:00:00";s:13:"deactivate_at";s:19:"0000-00-00 00:00:00";s:8:"priority";i:0;s:3:"tag";s:0:"";s:16:"menu_description";s:135:"Please note: requests for additional items or special preparation may incur an <b>extra charge</b> not calculated on your online order.";s:16:"always_available";i:1;s:23:"delivery_fee_adjustment";d:0;s:10:"image_path";s:0:"";s:9:"is_hidden";i:0;s:16:"original_menu_id";i:0;s:25:"use_advanced_availability";i:0;s:11:"monday_open";s:8:"00:00:00";s:13:"monday_closed";s:8:"00:00:00";s:12:"tuesday_open";s:8:"00:00:00";s:14:"tuesday_closed";s:8:"00:00:00";s:14:"wednesday_open";s:8:"00:00:00";s:16:"wednesday_closed";s:8:"00:00:00";s:13:"thursday_open";s:8:"00:00:00";s:15:"thursday_closed";s:8:"00:00:00";s:11:"friday_open";s:8:"00:00:00";s:13:"friday_closed";s:8:"00:00:00";s:13:"saturday_open";s:8:"00:00:00";s:15:"saturday_closed";s:8:"00:00:00";s:11:"sunday_open";s:8:"00:00:00";s:13:"sunday_closed";s:8:"00:00:00";s:16:"closed_on_monday";i:0;s:17:"closed_on_tuesday";i:0;s:19:"closed_on_wednesday";i:0;s:18:"closed_on_thursday";i:0;s:16:"closed_on_friday";i:0;s:18:"closed_on_saturday";i:0;s:16:"closed_on_sunday";i:0;s:7:"url_tag";s:4:"main";s:6:"iac_id";N;s:12:"supermenu_id";N;s:8:"tax_code";N;}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:"*";}s:17:"\x00*\x00_uploadAccount";N;}}"
    
  3. 86400
    
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Restaurant.class.php
     */
    public function getAllMenus($withHidden = false) {
        $cacheKey = 'rmenus_'.$this->getId().'_'.($withHidden? '1' : '0');
        $co = Cache::GetArray($cacheKey);
        if (!$co) {
            $db_conn = DB::conn();
            $co = [];
            $sql = "SELECT menu_id FROM ".MenuRestaurant::getTableName()." WHERE restaurant_id = ?";
            $db_conn->bindParameter($sql, 1, $this->getId(), "integer");
            $result = $db_conn->query($sql);
            if ($result && $result->rowCount() > 0) {
                while ($row = $result->fetch()) {
                    $m = new Menu($row["menu_id"]);
                    if ($withHidden || !$m->getIsHidden()) {
                        $co[] = $m;
                    }
                }
            }
            usort($co, ["Restaurant", "sortMenus"]);
            Cache::SetArray($cacheKey, $co);
        }
        if (!empty($_REQUEST['hidden_menu']) && is_object($_REQUEST['hidden_menu'])) {
            $found = false;
            foreach ($co as $m) {
                if ($m->id == $_REQUEST['hidden_menu']->id) {
                    $found = true;
                    break;
                }
            }
            if (!$found) {
                $co[] = $_REQUEST['hidden_menu'];
                usort($co, ["Restaurant", "sortMenus"]);
            }
        }
        return $co;
    }
 
    /**
     * Gets menus that are currently active (does not check day-of-the-week or time of day availability)
     * @return Menu[]
Arguments
  1. "rmenus_11846_0"
    
  2. array:1 [
      0 => Menu {}
    ]
    
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
classes
/
Restaurant.class.php
            foreach ($co as $m) {
                if ($m->id == $_REQUEST['hidden_menu']->id) {
                    $found = true;
                    break;
                }
            }
            if (!$found) {
                $co[] = $_REQUEST['hidden_menu'];
                usort($co, ["Restaurant", "sortMenus"]);
            }
        }
        return $co;
    }
 
    /**
     * Gets menus that are currently active (does not check day-of-the-week or time of day availability)
     * @return Menu[]
     */
    public function getActiveMenus($withHidden = false): array {
        return array_filter($this->getAllMenus($withHidden), function ($menu) {
            return $this->isMenuActive($menu);
        });
    }
 
    public function isMenuActive(Menu $menu): bool {
        return $menu->isCurrentlyActive($this);
    }
 
    public function getDefaultMenu(): ?Menu {
        $menus = $this->getAllMenus();
        $menu = null;
 
        if ($this->getSelectMenuFromCurrentTime()) {
            $menu = $this->getMenuByCurrentTime($menus);
        }
 
        // try to return a menu that is active and not hidden
        for ($i = 0, $count = count($menus); $i < $count && is_null($menu); $i++) {
            $menu = $this->isMenuActive($menus[$i]) ? $menus[$i] : $menu;
        }
Arguments
  1. false
    
/
home
/
deploy
/
EHungry-11-boyan
/
Web
/
controllers
/
customer.php
    $_REQUEST['_SINGLE_RESTAURANT'] = true;
} elseif (isset($_SESSION['restaurant_id'])) {
    $restaurant = new Restaurant($_SESSION['restaurant_id']);
    if ($account->getId() != $restaurant->getAccountId()) {
        $restaurant = null;
    }
}
 
//if no restaurant chosen, if account only has 1 location, select it
if ($account->getRestaurantCount() == 1) {
    $_REQUEST['_SINGLE_RESTAURANT'] = true;
    if (!isset($restaurant) || !is_object($restaurant)) {
        $restaurant = $account->getDefaultRestaurant();
    }
}
 
if (isset($restaurant) && $restaurant) {
    $cart = Cart::clearCurrentIfRestaurantIsDifferent($restaurant);
    $_SESSION['restaurant_id'] = $restaurant->getId();
    $menus = $restaurant->getActiveMenus();
    if (count($menus) == 1) {
        $_REQUEST['_SINGLE_MENU'] = true;
    }
}
 
$domain = null;
//must be premium plan
if ($account->hasPermission(WHITELABEL)) {
    $domain = CustomDomain::getForAccount($account->getId());
}
 
if (!$usingOldLink) {
    if (isset($tokens[0]) && $tokens[0]) {
        if ($tokens[0] == 'menu') {
            if ($_REQUEST['_SINGLE_RESTAURANT']) {
                if ($_REQUEST['_SINGLE_MENU']) {
                    $_REQUEST['_MAIN_MENU_URL'] = true;
                    $_REQUEST['form'] = 'ordering3';
                    $_REQUEST['ordering_level'] = 3;
                    $menu = reset($menus);
/
home
/
deploy
/
EHungry-11-boyan
/
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-11-boyan/Web/controllers/customer.php"
    

Environment & details:

Key Value
aid
"restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
empty
empty
Key Value
PHPSESSID
"qcph5m2us232p42ohng65qg63j"
Key Value
loc
"en_US"
customer_account_id
16450
cart
Cart {}
restaurant_id
11846
Key Value
UNIQUE_ID
"aX7NWAp0Xux2VCPpXvV8fQAAAAc"
SCRIPT_URL
"/restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
SCRIPT_URI
"http://www.springroll.com.11.boyan.ehungry.net/restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
HTTP_HOST
"www.springroll.com.11.boyan.ehungry.net"
HTTP_X_REAL_IP
"216.73.216.34"
HTTP_X_FORWARDED_FOR
"216.73.216.34"
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=qcph5m2us232p42ohng65qg63j"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.66 () mod_wsgi/4.6.5 Python/3.7 PHP/7.2.34"
SERVER_NAME
"www.springroll.com.11.boyan.ehungry.net"
SERVER_ADDR
"127.0.0.1"
SERVER_PORT
"80"
REMOTE_ADDR
"127.0.0.1"
DOCUMENT_ROOT
"/home/deploy/EHungry-11-boyan/Web"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/deploy/EHungry-11-boyan/Web"
SERVER_ADMIN
"root@localhost"
SCRIPT_FILENAME
"/home/deploy/EHungry-11-boyan/Web/index.php"
REMOTE_PORT
"33906"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"aid=restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
REQUEST_URI
"/restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
SCRIPT_NAME
"/restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
PHP_SELF
"/restaurant/chinafunsalisbury/order/main/soup/wonton-soup"
REQUEST_TIME_FLOAT
1769917784.479
REQUEST_TIME
1769917784
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