RedisException
Stack frames (8)
7
RedisException
/
home
/deploy
/EHungry-4-boyan
/Web
/classes
/Cache.class.php
69
6
Redis
setex
/
home
/deploy
/EHungry-4-boyan
/Web
/classes
/Cache.class.php
69
5
Cache
Set
/
home
/deploy
/EHungry-4-boyan
/Web
/classes
/Cache.class.php
57
4
Cache
SetArray
/
home
/deploy
/EHungry-4-boyan
/Web
/classes
/MenuItem.class.php
551
3
MenuItem
loadPricesFromMenu
/
home
/deploy
/EHungry-4-boyan
/Web
/templates3.0
/customer
/menuitem.php
26
2
include
/
home
/deploy
/EHungry-4-boyan
/Web
/view3.0
/customer
/ordering3.php
30
1
include_once
/
home
/deploy
/EHungry-4-boyan
/Web
/controllers
/customer.php
874
0
require
/
home
/deploy
/EHungry-4-boyan
/Web
/index.php
30
/
home
/deploy
/EHungry-4-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
"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-4-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
"mim_prices_1012392_9103_ASC_1_0"86400"a:2:{i:0;O:13:"MenuItemPrice":29:{s:10:"\x00*\x00guarded";a:0:{}s:9:"\x00*\x00hidden";a:5:{i:0;s:13:"phonetic_name";i:1;s:16:"nutritional_info";i:2;s:26:"price_value_by_extra_count";i:3;s:11:"is_selected";i:4;s:12:"menu_item_id";}s:8:"\x00*\x00casts";a:1:{s:8:"is_shown";s:7:"boolean";}s:13:"\x00*\x00attributes";a:11:{s:2:"id";i:1529549;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Pt.";s:11:"price_value";i:175;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:1;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s:0:"";}s:18:"originalPriceValue";N;s:13:"priceOverride";N;s:12:"pdfPageCount";i:0;s:10:"timestamps";b:0;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:11:"\x00*\x00original";a:11:{s:2:"id";i:1529549;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Pt.";s:11:"price_value";i:175;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:1;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s: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:{}}i:1;O:13:"MenuItemPrice":29:{s:10:"\x00*\x00guarded";a:0:{}s:9:"\x00*\x00hidden";a:5:{i:0;s:13:"phonetic_name";i:1;s:16:"nutritional_info";i:2;s:26:"price_value_by_extra_count";i:3;s:11:"is_selected";i:4;s:12:"menu_item_id";}s:8:"\x00*\x00casts";a:1:{s:8:"is_shown";s:7:"boolean";}s:13:"\x00*\x00attributes";a:11:{s:2:"id";i:1529550;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Qt.";s:11:"price_value";i:325;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:2;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s:0:"";}s:18:"originalPriceValue";N;s:13:"priceOverride";N;s:12:"pdfPageCount";i:0;s:10:"timestamps";b:0;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:11:"\x00*\x00original";a:11:{s:2:"id";i:1529550;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Qt.";s:11:"price_value";i:325;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:2;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s: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:{}}}"
/
home
/deploy
/EHungry-4-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
"mim_prices_1012392_9103_ASC_1_0""a:2:{i:0;O:13:"MenuItemPrice":29:{s:10:"\x00*\x00guarded";a:0:{}s:9:"\x00*\x00hidden";a:5:{i:0;s:13:"phonetic_name";i:1;s:16:"nutritional_info";i:2;s:26:"price_value_by_extra_count";i:3;s:11:"is_selected";i:4;s:12:"menu_item_id";}s:8:"\x00*\x00casts";a:1:{s:8:"is_shown";s:7:"boolean";}s:13:"\x00*\x00attributes";a:11:{s:2:"id";i:1529549;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Pt.";s:11:"price_value";i:175;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:1;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s:0:"";}s:18:"originalPriceValue";N;s:13:"priceOverride";N;s:12:"pdfPageCount";i:0;s:10:"timestamps";b:0;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:11:"\x00*\x00original";a:11:{s:2:"id";i:1529549;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Pt.";s:11:"price_value";i:175;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:1;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s: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:{}}i:1;O:13:"MenuItemPrice":29:{s:10:"\x00*\x00guarded";a:0:{}s:9:"\x00*\x00hidden";a:5:{i:0;s:13:"phonetic_name";i:1;s:16:"nutritional_info";i:2;s:26:"price_value_by_extra_count";i:3;s:11:"is_selected";i:4;s:12:"menu_item_id";}s:8:"\x00*\x00casts";a:1:{s:8:"is_shown";s:7:"boolean";}s:13:"\x00*\x00attributes";a:11:{s:2:"id";i:1529550;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Qt.";s:11:"price_value";i:325;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:2;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s:0:"";}s:18:"originalPriceValue";N;s:13:"priceOverride";N;s:12:"pdfPageCount";i:0;s:10:"timestamps";b:0;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:11:"\x00*\x00original";a:11:{s:2:"id";i:1529550;s:12:"menu_item_id";i:1012392;s:12:"display_name";s:3:"Qt.";s:11:"price_value";i:325;s:8:"is_shown";i:1;s:7:"menu_id";i:9103;s:14:"price_position";i:2;s:13:"phonetic_name";s:0:"";s:11:"is_selected";i:0;s:26:"price_value_by_extra_count";s:0:"";s:16:"nutritional_info";s: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:{}}}"86400
/
home
/deploy
/EHungry-4-boyan
/Web
/classes
/MenuItem.class.php
if ($co) {
$this->prices = $co;
} else {
$db_conn = DB::conn();
$this->prices = [];
$shownWhere = $is_shown_only ? ' AND is_shown = 1 ' : '';
$zeroWhere = $includeZeroDollarPrices ?'':' AND price_value > 0';
$sql = "SELECT * FROM ".MenuItemPrice::getTableName()." WHERE menu_item_id = ? AND menu_id = ? $shownWhere $zeroWhere ORDER BY price_position, price_value $sort_order";
$db_conn->bindParameter($sql, 1, $this->getId(), "integer");
$db_conn->bindParameter($sql, 1, $mid, "integer");
$result = $db_conn->query($sql);
if ($result && $result->rowCount() > 0) {
while ($row = $result->fetch()) {
$p = new MenuItemPrice();
$p->addHidden(['menu_item_id']); //Not needed when inside MenuItem - only affects API (serialization in general)
$p->loadFromArray($row);
$this->prices[] = $p;
}
}
Cache::SetArray($cacheKey, $this->prices);
}
return $this->prices;
}
public function loadAllPrices() {
$db_conn = DB::conn();
$this->prices = array();
$sql = "SELECT * FROM ".MenuItemPrice::getTableName()." WHERE menu_item_id = ? AND is_shown = 1 ORDER BY menu_item_id, price_position, price_value";
$db_conn->bindParameter($sql, 1, $this->getId(), "integer");
$result = $db_conn->query($sql);
if ($result && $result->rowCount() > 0) {
while ($row = $result->fetch()) {
$p = new MenuItemPrice();
$p->loadFromArray($row, true);
$this->prices[] = $p;
}
}
return $this->prices;
}
Arguments
"mim_prices_1012392_9103_ASC_1_0"array:2 [ 0 => MenuItemPrice {} 1 => MenuItemPrice {} ]
/
home
/deploy
/EHungry-4-boyan
/Web
/templates3.0
/customer
/menuitem.php
$name = $p->getDisplayName();
} else {
$name = 'Price';
}
}
?>
<tr class="<?= $item->getDescription() ? "" : "row-without-dotted"; ?>">
<td class="choice"><input class="itemPrice" <?=$multiple?'onchange="adjustAddonPrices('.$p->getId().', '.$item->getId().');"':''?> name="MENU_ITEM_PRICE" type="radio" id="MENU_ITEM_PRICE_<?=$p->getId()?>" value="<?=$p->getId()?>" <?=$selectPriceId == $p->getId()?'checked="checked"':''?> /></td>
<td class="description"><label for="MENU_ITEM_PRICE_<?=$p->getId()?>" role="radio"><?=$name.($p->getNutritionalInfo()?' <span class="nutritional-info">'.$p->getNutritionalInfo().'</span>':'')?></label></td>
<td class="price">
<label for="MENU_ITEM_PRICE_<?=$p->getId()?>">
<?=intToMoneyString((int)$p->getPriceValue())?>
</label>
</td>
</tr>
<?
}
$item->loadPricesFromMenu($menu->getId(), $restaurant->getPriceSortOrder()?: 'ASC', true, $account->display_zero_dollar_items);
$prices = $item->getPrices();
$default_image = $item->getDefaultImage();
if ($default_image) {
$default_image_full = $default_image->getUrl();
$default_image = $default_image->getUrl(true, 110);
} elseif ($account->getDefaultMenuItemImage()) {
$default_image_full = $default_image = $account->getUrl('defaultMenuItemImage');
}
if (!isset($edit_mode)) {
$edit_mode = false;
}
if ($account->inventory_manager_enabled) {
$numberSales = $item->getNumberSalesByDate($restaurant->getLocalTime(true, 'Y-m-d'));
}
?>
Arguments
9103"ASC"true0
/
home
/deploy
/EHungry-4-boyan
/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-4-boyan/Web/templates3.0/customer/menuitem.php"
/
home
/deploy
/EHungry-4-boyan
/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-4-boyan/Web/view3.0/customer/ordering3.php"
/
home
/deploy
/EHungry-4-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
"/home/deploy/EHungry-4-boyan/Web/controllers/customer.php"
Environment & details:
| Key | Value |
| aid | "restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
empty
empty
empty
| Key | Value |
| loc | "en_US"
|
| customer_account_id | 7731
|
| cart | Cart {}
|
| restaurant_id | 7119
|
| menu_id | 9103
|
| Key | Value |
| UNIQUE_ID | "aXGM3AADB_ixmFoHCWNwuwAAAAE"
|
| SCRIPT_URL | "/restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
| SCRIPT_URI | "http://www.springroll.com.4.boyan.ehungry.net/restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
| HTTP_HOST | "www.springroll.com.4.boyan.ehungry.net"
|
| HTTP_X_REAL_IP | "216.73.216.48"
|
| HTTP_X_FORWARDED_FOR | "216.73.216.48"
|
| 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"
|
| 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.4.boyan.ehungry.net"
|
| SERVER_ADDR | "127.0.0.1"
|
| SERVER_PORT | "80"
|
| REMOTE_ADDR | "127.0.0.1"
|
| DOCUMENT_ROOT | "/home/deploy/EHungry-4-boyan/Web"
|
| REQUEST_SCHEME | "http"
|
| CONTEXT_PREFIX | "" |
| CONTEXT_DOCUMENT_ROOT | "/home/deploy/EHungry-4-boyan/Web"
|
| SERVER_ADMIN | "root@localhost"
|
| SCRIPT_FILENAME | "/home/deploy/EHungry-4-boyan/Web/index.php"
|
| REMOTE_PORT | "43516"
|
| GATEWAY_INTERFACE | "CGI/1.1"
|
| SERVER_PROTOCOL | "HTTP/1.0"
|
| REQUEST_METHOD | "GET"
|
| QUERY_STRING | "aid=restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
| REQUEST_URI | "/restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
| SCRIPT_NAME | "/restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
| PHP_SELF | "/restaurant/no1kitchenmanlius/order/main-menu/soup/23-chicken-noodle-soup"
|
| REQUEST_TIME_FLOAT | 1769049308.346
|
| REQUEST_TIME | 1769049308
|
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