Red Dragon Roll
Spicy crunch tuna topped with eel avocado.
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:
#12 RedisException in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69
#11 Redis:setex in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69
#10 Cache:Set in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:57
#9 Cache:SetArray in /home/deploy/EHungry-8-simon/Web/classes/DbFields.php:53
#8 DbFields:getFields in /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php:467
#7 BaseClass:setAttribute in /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php:155
#6 BaseClass:__construct in /home/deploy/EHungry-8-simon/Web/classes/OptionChoice.class.php:79
#5 OptionChoice:getAllForAddOnAndPrice in /home/deploy/EHungry-8-simon/Web/classes/MenuItemAddOn.class.php:307
#4 MenuItemAddOn:getAllForMenuItemPrice in /home/deploy/EHungry-8-simon/Web/templates3.0/customer/menuitemaddons.php:3
#3 include in /home/deploy/EHungry-8-simon/Web/templates3.0/customer/menuitem.php:140
#2 include in /home/deploy/EHungry-8-simon/Web/view3.0/customer/ordering3.php:30
#1 include_once in /home/deploy/EHungry-8-simon/Web/controllers/customer.php:898
#0 require in /home/deploy/EHungry-8-simon/Web/index.php:30
Stack frames (13)
12
RedisException
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/Cache.class.php
69
11
Redis
setex
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/Cache.class.php
69
10
Cache
Set
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/Cache.class.php
57
9
Cache
SetArray
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/DbFields.php
53
8
DbFields
getFields
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/BaseClass.class.php
467
7
BaseClass
setAttribute
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/BaseClass.class.php
155
6
BaseClass
__construct
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/OptionChoice.class.php
79
5
OptionChoice
getAllForAddOnAndPrice
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/MenuItemAddOn.class.php
307
4
MenuItemAddOn
getAllForMenuItemPrice
/
home
/deploy
/EHungry-8-simon
/Web
/templates3.0
/customer
/menuitemaddons.php
3
3
include
/
home
/deploy
/EHungry-8-simon
/Web
/templates3.0
/customer
/menuitem.php
140
2
include
/
home
/deploy
/EHungry-8-simon
/Web
/view3.0
/customer
/ordering3.php
30
1
include_once
/
home
/deploy
/EHungry-8-simon
/Web
/controllers
/customer.php
898
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
"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
"describe_option_choice_1"
86400
"a:17:{s:2:"id";s:1:"N";s:19:"menu_item_add_on_id";s:1:"N";s:8:"priority";s:1:"N";s:12:"display_name";s:1:"S";s:11:"price_value";s:1:"N";s:16:"half_price_value";s:1:"N";s:14:"is_preselected";s:1:"B";s:15:"option_position";s:1:"N";s:14:"child_addon_id";s:1:"N";s:19:"hide_on_order_sheet";s:1:"B";s:14:"alternate_name";s:1:"S";s:8:"is_shown";s:1:"B";s:6:"iac_id";s:1:"S";s:10:"enabled_at";s:2:"DT";s:12:"supermenu_id";s:1:"N";s:12:"english_name";s:1:"S";s:12:"chinese_name";s:1:"S";}"
/
home
/deploy
/EHungry-8-simon
/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
"describe_option_choice_1"
"a:17:{s:2:"id";s:1:"N";s:19:"menu_item_add_on_id";s:1:"N";s:8:"priority";s:1:"N";s:12:"display_name";s:1:"S";s:11:"price_value";s:1:"N";s:16:"half_price_value";s:1:"N";s:14:"is_preselected";s:1:"B";s:15:"option_position";s:1:"N";s:14:"child_addon_id";s:1:"N";s:19:"hide_on_order_sheet";s:1:"B";s:14:"alternate_name";s:1:"S";s:8:"is_shown";s:1:"B";s:6:"iac_id";s:1:"S";s:10:"enabled_at";s:2:"DT";s:12:"supermenu_id";s:1:"N";s:12:"english_name";s:1:"S";s:12:"chinese_name";s:1:"S";}"
86400
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/DbFields.php
$this->table = $table; } public function getFields($withTypes = false):array { //FIXME: workaround for BaseClass objects that are not present in the database. check BaseClass::NO_TABLE if (!$this->table) { return []; } if (!$this->typesCache) { //not in the local cache, let's fetch it $cacheKey = "describe_{$this->table}_1"; //this "1" meant "include ID" in the old code //TODO: replace with Cache::Remember $this->typesCache = Cache::GetArray($cacheKey); if (!$this->typesCache || self::SKIP_CACHE) { //not in the cache either, let's generate it $this->typesCache = collect(DB::select("DESCRIBE $this->table")) ->pluck('Type', 'Field') ->transform(['DbFields','simplifyType']) ->all(); Cache::SetArray($cacheKey, $this->typesCache); } } if (!$this->fieldsCache && !$withTypes) { $this->fieldsCache = array_keys($this->typesCache); } return $withTypes? $this->typesCache : $this->fieldsCache; } /** * Separates all attributes into custom and pure fields (those present on the database table). * @param array $values * @return array 0 => custom fields, 1 => pure fields */ public function splitCustom(array $values) { $tableFields = array_flip($this->getFields()); $customFields = array_diff_key($values, $tableFields); $pureFields = array_intersect_key($values, $tableFields);
Arguments
"describe_option_choice_1"
array:17 [ "id" => "N" "menu_item_add_on_id" => "N" "priority" => "N" "display_name" => "S" "price_value" => "N" "half_price_value" => "N" "is_preselected" => "B" "option_position" => "N" "child_addon_id" => "N" "hide_on_order_sheet" => "B" "alternate_name" => "S" "is_shown" => "B" "iac_id" => "S" "enabled_at" => "DT" "supermenu_id" => "N" "english_name" => "S" "chinese_name" => "S" ]
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/BaseClass.class.php
* Checks for either legacy or Laravel-style getters (getField() or getFieldAttribute()). * @param string $key * @return string */ private function findAnyGetMutator($key):string { return $this->findAnyMutator('get', $key); } public function setAttribute($key, $value) { if ($key == 'key_name' && in_array($key, $this->fields()->getFields())) { //TODO: another special case, there's a field with the same name as the setter for the Eloquent PK at TemplateAccountSettings return parent::setAttribute($key, $value); } //first we check for the mutated setters if ($setter = $this->findAnySetMutator($key)) { return $this->$setter($value); } if (in_array($key, $this->fields()->getFields()) || array_key_exists($key, $this->attributes)) { //this is an existing database field, so let's set it as an attribute return parent::setAttribute($key, $value); } elseif (property_exists($this, $key)) { //support for legacy setter of custom props return $this->$key = $value; } else { //probably a custom prop (sometimes used in legacy code), so let's set it directly on the object as usual if (DevLevel > 0) { trigger_error('Custom property set at '.static::class.": $key", E_USER_NOTICE); } return $this->$key = $value; } } /** * Sets the "created_at" field, similarly to {@link HasTimestamps::setCreatedAt()}. * * We had to override this method because of the legacy setters, as follows: Eloquent is based on setXyzAttribute() * setters, but we also allow setXyz() for legacy reasons, and this happens at {@link setAttribute()}. When * {@link updateTimestamps()} is called, it calls setUpdateAt() (which works fine because our configured field is
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/BaseClass.class.php
*/ 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) { return new eHungry\Illuminate\Database\Eloquent\Builder($query); } protected static function boot() { parent::boot(); //Registering events in a better way - https://laravel.com/docs/5.7/eloquent#events //Based on the Ardent implementation (https://goo.gl/ieFB59), taken from Yii/Rails models $eventTypes = ['sav', 'creat', 'updat', 'delet', 'restor', 'retriev']; $tenses = ['ing', 'ed']; //There's NO retrieving event! a check was not placed here for performance
Arguments
"id"
-1
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/OptionChoice.class.php
p.half_price_value AS custom_half_price_value FROM '.OptionChoice::getTableName().' oc LEFT JOIN '.MenuItemAddOnPrice::getTableName().' p ON p.menu_item_add_on_id = oc.id AND p.menu_item_price_id = ? AND p.is_option_choice = 1 WHERE oc.menu_item_add_on_id = ? HAVING p.is_hidden = 0 OR p.is_hidden IS NULL ORDER BY priority ASC'; $db_conn->bindParameter($sql, 1, $pid, "integer"); $db_conn->bindParameter($sql, 1, $aid, "integer"); $result = $db_conn->query($sql); if ($result && $result->rowCount() > 0) { while ($row = $result->fetch()) { $r = new OptionChoice(); $r->loadFromArray($row, true); $rbs[] = $r; } } return $rbs; } public static function getByAddOnAndPosition($aid = -1, $pos = -1) { $db_conn = DB::conn(); $rbs = array(); $sql = "SELECT id FROM ".OptionChoice::getTableName()." WHERE menu_item_add_on_id = ? AND option_position = ?"; $db_conn->bindParameter($sql, 1, $aid, "integer"); $db_conn->bindParameter($sql, 1, $pos, "integer"); $result = $db_conn->query($sql); if ($result && $result->rowCount() > 0) { if ($row = $result->fetch()) { return new OptionChoice($row['id']); } } return null;
/
home
/deploy
/EHungry-8-simon
/Web
/classes
/MenuItemAddOn.class.php
AND p.menu_item_price_id = ? WHERE a.menu_item_id = ? AND b.is_shown = 1 GROUP BY b.id HAVING p.is_hidden = 0 OR p.is_hidden IS NULL ORDER BY b.priority, a.id ASC"; $db_conn->bindParameter($sql, 1, $pid, "integer"); $db_conn->bindParameter($sql, 1, $iid, "integer"); $result = $db_conn->query($sql); if ($result && $result->rowCount() > 0) { while ($row = $result->fetch()) { $a = new MenuItemAddOn(); $a->loadFromArray($row, true); if ($a->getAddOnTypeId() == OPTION) { $oc = OptionChoice::getAllForAddonAndPrice($row['id'], $pid); if (count($oc) == 0) { continue; } $a->setOptionChoices($oc); $a->setMultiplicity($row['multiplicity']>0||$row['multiplicity_type']==MenuItemMenuItemAddOn::MUTIPLICITY_TYPE_CHECKBOXES?$row['multiplicity']:0); $a->setMultiplicityType($row['multiplicity_type']); } else { $a->setMultiplicity(1); } $addons[$a->getAddOnTypeId()][$row['id']] = $a; } } return $addons; } public static function getAllForAddonGroup($gid, $type) { if ($gid > 0) { $db_conn = DB::conn();
Arguments
161407
1379095
/
home
/deploy
/EHungry-8-simon
/Web
/templates3.0
/customer
/menuitemaddons.php
<? $addons = $selectPriceId? MenuItemAddOn::getAllForMenuItemPrice($item->getId(), $selectPriceId) : MenuItemAddOn::getAllForMenuItem($item->getId(), -1, true); if (is_array($addons)) { groupSort($addons); } if (is_array($addons[OPTION]) && count($addons[OPTION]) > 0) { ?> <span class="h3 withbgr"><?=$restaurant->getOptionLabel()?: "Options"?></span> <?=$restaurant->getOptionDescription()?'<p class="description">'.$restaurant->getOptionDescription().'</p>':''?> <div class="option mb30"> <? $curGroupId = -1; $inGroup = false; $optionNameCount = []; foreach ($addons[OPTION] as $o) { if ($o->getAddonGroupId() > 0 && $o->getAddonGroupId() != $curGroupId) { if ($inGroup) { echo '</fieldset></div>'; } $group = new MenuItemAddonGroup($o->getAddonGroupId()); $optionNameCount[$o->getDisplayName()] = 0; echo ' <div class="groupofoptions"> <fieldset><legend>'.$group->getDisplayName().'</legend>'; $curGroupId = $o->getAddonGroupId(); $inGroup = true; } if ($o->getAddonGroupId() < 1) { if ($inGroup) { echo '</fieldset></div>'; } $inGroup = false; } if (empty($optionNameCount[$o->getDisplayName()])) { $optionNameCount[$o->getDisplayName()] = 0; } $optionNameCount[$o->getDisplayName()] += 1;
Arguments
902872
1379095
/
home
/deploy
/EHungry-8-simon
/Web
/templates3.0
/customer
/menuitem.php
} } } ?> </table> </div> <? if ($default_image) { ?> <div class="item-top itemTopImage"> <a href="<?=$default_image_full?>" data-fancybox> <img style="cursor: zoom-in;" src="<?=$default_image?>" alt=<?=QA($item->getDisplayName())?> /> <span style="width: 100%; text-align: center; font-size: .8em; color: #757575; cursor: zoom-in;">click to enlarge</span> </a> </div> <? } ?> </div> <? } ?> <div id="menu_item_add_ons"> <? if (!$item->is_unavailable) { include(CORE_PATH . "templates3.0/customer/menuitemaddons.php"); } ?> </div> <? $default_msg = 'This item cannot be ordered online.'; $isSoldOut = false; if ($account->getInventoryManagerEnabled()) { $inventory = CategoryMenuItem::getInventoryForCategoryAndItem($category->getId(), $item->getId()); if ($inventory !== null && $inventory - $numberSales <= 0) { $isSoldOut = true; $default_msg = 'This item is sold out for the day'; } } if ($item->is_unavailable) { $default_msg = 'This item is temporarily unavailable for online ordering.'; } if ($closed_msg = isOrderingClosed() || !$item->getIsOrderable() || $item->is_unavailable) { if (!$item->getIsOrderable() || $item->is_unavailable) { ?> <div class="alert alert-error"><?=is_string($closed_msg)? $closed_msg : $default_msg?></div>
Arguments
"/home/deploy/EHungry-8-simon/Web/templates3.0/customer/menuitemaddons.php"
/
home
/deploy
/EHungry-8-simon
/Web
/view3.0
/customer
/ordering3.php
break; case 2: if ($account->getDefaultOrderingPage() == 3) { // Then we show categories with pictures (grid) App::debugbarTime($timerLevel = 'ordering3: categorygrid'); include(CORE_PATH."templates3.0/customer/categorygrid.php"); } else { // Else, we show category lists with no pictures App::debugbarTime($timerLevel = 'ordering3: categorylist'); include(CORE_PATH."templates3.0/customer/categorylist.php"); } break; case 3: App::debugbarTime($timerLevel = 'ordering3: category'); include(CORE_PATH . "view3.0/customer/category.php"); break; case 4: case 5: App::debugbarTime($timerLevel = 'ordering3: menuitem'); include(CORE_PATH . "templates3.0/customer/menuitem.php"); break; } if (isset($timerLevel)) { App::debugbarTime($timerLevel); }
Arguments
"/home/deploy/EHungry-8-simon/Web/templates3.0/customer/menuitem.php"
/
home
/deploy
/EHungry-8-simon
/Web
/controllers
/customer.php
if (!in_array($_REQUEST['form'], ['checkout', 'nosuchpage', 'validatecallback', 'viewdeliveryzone'])) { //TODO: probably need to add one more form here that is called ajax, callback seems to reset when it shouldnt unset($_SESSION['validation_data']); } $locs = $account->getActiveRestaurants('position'); $tab = MainNavigationTab::getAllForAccount($account->getId()); include_once(CORE_PATH.'lib/helpers/customer3.0.php'); if (!in_array($_REQUEST['form'], $viewContentOnly)) { App::debugbarTime('header'); include_once(getLayoutPartPath('header')); App::debugbarTime('header'); } App::debugbarTime("view '{$_REQUEST['form']}'"); $path = CORE_PATH.'view' . ($_REQUEST['_VERSION'] == 4 ? 4 : 3) . '.0/customer/'.$_REQUEST['form'].'.php'; if (is_readable($path)) { include_once($path); } App::debugbarTime("view '{$_REQUEST['form']}'"); if (!in_array($_REQUEST['form'], $viewContentOnly)) { App::debugbarTime('footer'); include_once(getLayoutPartPath('footer')); App::debugbarTime('footer'); } function getLayoutPartPath($part) { if (isset($_REQUEST['_CORDOVA_APP'])) { $cart = Cart::getCurrent(); //FIXME: it's technically possible to end up with $template = null if (!$_REQUEST['contentonly']) { $template = !isset($_REQUEST["altdoc"])? "app/$part" : "app/alt$part"; } } else { $template = !isset($_REQUEST["altdoc"])? "customer/$part" : "customer/alt$part"; }
Arguments
"/home/deploy/EHungry-8-simon/Web/view3.0/customer/ordering3.php"
/
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
"/home/deploy/EHungry-8-simon/Web/controllers/customer.php"
Environment & details:
Key | Value |
aid | "restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
empty
empty
Key | Value |
PHPSESSID | "ehculgv8a99i0e251iqgnnoe3t"
|
Key | Value |
loc | "en_US"
|
customer_account_id | 5802
|
restaurant_id | 6442
|
menu_id | 8330
|
cart | Cart {}
|
Key | Value |
UNIQUE_ID | "aBGVrLmq1O4jNrGgKwqdNAAAABY"
|
SCRIPT_URL | "/restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
SCRIPT_URI | "http://www.springroll.com.8.simon.ehungry.net/restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
HTTP_HOST | "www.springroll.com.8.simon.ehungry.net"
|
HTTP_X_REAL_IP | "3.16.24.18"
|
HTTP_X_FORWARDED_FOR | "3.16.24.18"
|
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=ehculgv8a99i0e251iqgnnoe3t"
|
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 | "60714"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
SERVER_PROTOCOL | "HTTP/1.0"
|
REQUEST_METHOD | "GET"
|
QUERY_STRING | "aid=restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
REQUEST_URI | "/restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
SCRIPT_NAME | "/restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
PHP_SELF | "/restaurant/nagoyaflushing/order/main/special-rolls/red-dragon-roll"
|
REQUEST_TIME_FLOAT | 1745982892.304
|
REQUEST_TIME | 1745982892
|
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