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 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(69): Redis->setex('bc_account_4176...', 86400, 'O:7:"Account":2...') #1 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(53): Cache::Set('bc_account_4176...', 'O:7:"Account":2...', 86400) #2 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(764): Cache::SetObject('bc_account_4176...', Object(Account), 86400) #3 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(657): BaseClass->cacheSet() #4 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(672): BaseClass->findNew(41768, Ar in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php on line 69
Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_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 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(69): Redis->setex('bc_account_4176...', 86400, 'O:7:"Account":2...') #1 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(53): Cache::Set('bc_account_4176...', 'O:7:"Account":2...', 86400) #2 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(764): Cache::SetObject('bc_account_4176...', Object(Account), 86400) #3 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(657): BaseClass->cacheSet() #4 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(672): BaseClass->findNew(41768, Ar Whoops\Exception\ErrorException thrown with message "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 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(69): Redis->setex('bc_account_4176...', 86400, 'O:7:"Account":2...') #1 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(53): Cache::Set('bc_account_4176...', 'O:7:"Account":2...', 86400) #2 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(764): Cache::SetObject('bc_account_4176...', Object(Account), 86400) #3 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(657): BaseClass->cacheSet() #4 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(672): BaseClass->findNew(41768, Ar" Stacktrace: #0 Whoops\Exception\ErrorException in /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
69
/
home
/
deploy
/
EHungry-8-simon
/
Web
/
classes
/
Cache.class.php
  1. }
  2. public static function SetObject($key, $var, $expire = 86400) {
  3. return static::Set($key, serialize($var), $expire);
  4. }
  5. public static function SetArray($key, $var, $expire = 86400) {
  6. return static::Set($key, serialize($var), $expire);
  7. }
  8. public static function SetBoolean($key, $var, $expire = 86400) {
  9. return static::Set($key, serialize($var), $expire);
  10. }
  11. public static function Set($key, $var, $expire = 86400) {
  12. App::debugbarLog('debug', "Cache set: $key");
  13. if ($i = static::getInstance()) {
  14. $var = static::beforeSet($var);
  15. return $expire > 0?
  16. $i->setEx($key, $expire, $var) :
  17. $i->set($key, $var);
  18. }
  19. return null;
  20. }
  21. public static function Exists(...$key):?bool {
  22. if ($i = static::getInstance()) {
  23. return $i->exists($key);
  24. }
  25. return null;
  26. }
  27. public static function Expire($key, $ttl) {
  28. if ($i = static::getInstance()) {
  29. return $i->expire($key, $ttl);
  30. }
  31. return false;
  32. }
  33. /**
Arguments
  1. 0 of 0
    """ 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 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php:69\nUncaught 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 s Stack trace:\n #0 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(69): Redis->setex('bc_account_4176...', 86400, 'O:7:"Account":2...')\n #1 /home/deploy/EHungry-8-simon/Web/classes/Cache.class.php(53): Cache::Set('bc_account_4176...', 'O:7:"Account":2...', 86400)\n #2 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(764): Cache::SetObject('bc_account_4176...', Object(Account), 86400)\n #3 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(657): BaseClass->cacheSet()\n #4 /home/deploy/EHungry-8-simon/Web/classes/BaseClass.class.php(672): BaseClass->findNew(41768, Ar """

Environment & details:

Key Value
aid
"restaurants/minnesota/excelsior"
empty
empty
empty
Key Value
loc
"en_US"
cart
Cart {}
Key Value
UNIQUE_ID
"aC6lnRS5Mxo34polcWxWDQAAAAI"
SCRIPT_URL
"/restaurants/minnesota/excelsior"
SCRIPT_URI
"http://www.springroll.com.8.simon.ehungry.net/restaurants/minnesota/excelsior"
HTTP_HOST
"www.springroll.com.8.simon.ehungry.net"
HTTP_X_REAL_IP
"18.117.136.79"
HTTP_X_FORWARDED_FOR
"18.117.136.79"
HTTP_X_CONFKEY
"Main_Domain:6462"
HTTP_SCHEME
"https"
HTTP_EHENV
"TODO"
HTTP_CONNECTION
"close"
HTTP_PRAGMA
"no-cache"
HTTP_CACHE_CONTROL
"no-cache"
HTTP_SEC_CH_UA
""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_USER
"?1"
HTTP_SEC_FETCH_DEST
"document"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_PRIORITY
"u=0, i"
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
"34636"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"aid=restaurants/minnesota/excelsior"
REQUEST_URI
"/restaurants/minnesota/excelsior"
SCRIPT_NAME
"/restaurants/minnesota/excelsior"
PHP_SELF
"/restaurants/minnesota/excelsior"
REQUEST_TIME_FLOAT
1747887517.424
REQUEST_TIME
1747887517
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