Filters

Filters

General filters
Cuisines
Rating
Price
Order type

16 restaurants in the area

Restaurants in the area

Restaurant logo
Fuji Japanese - Mentor
7850 Mentor Ave Mentor, OH 44060
Open
1.2 mi
0.00
Pick up
Restaurant logo
Grand China - Cleveland
6631 Mayfield Rd Cleveland, OH 44124
Open
11.3 mi
0.00
Pick up Delivery
Restaurant logo
First Wok - Euclid
21051 Euclid Ave Cleveland, OH 44117
Open
12 mi
0.00
Pick up Delivery
Restaurant logo
China House II - Cleveland
10571 St Clair Ave Cleveland, OH 44108
Open
16.6 mi
0.00
Pick up Delivery
Restaurant logo
Fu Sheng - Cleveland
4071 Lee Rd Cleveland, OH 44128
Open
18.9 mi
0.00
Pick up Delivery
Restaurant logo
Han Chinese Kabob & Grill
3710 Payne Ave #110 Cleveland, OH 44114
Open
19.9 mi
0.00
Pick up
Restaurant logo
China One - 55th St, Cleveland
2765 E 55th St # 4B Cleveland, OH 44104
Opens Soon 3:00PM - 9:30PM
20.4 mi
0.00
Pick up Delivery
Restaurant logo
Ming Home - Maple Heights
15720 Broadway Ave Maple Heights, OH 44137
Open
21 mi
0.00
Pick up Delivery
Restaurant logo
China Kitchen - Cleveland
6208 Broadway Ave Cleveland, OH 44127
Open
21.2 mi
0.00
Pick up
Restaurant logo
Has 1 coupon
Hong Kong Kitchen - Cleveland
2802 Clark Ave Cleveland, OH 44109
Open
23.1 mi
0.00
Pick up
Restaurant logo
Jackie Chen's Asian Diner - Cleveland
2199 Brookpark Rd Cleveland, OH 44134
Open
25.1 mi
0.00
Pick up

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-6-boyan/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(69): Redis->setex('order_type_prio...', 86400, 'a:1:{i:0;O:17:"...') #1 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(57): Cache::Set('order_type_prio...', 'a:1:{i:0;O:17:"...', 86400) #2 /home/deploy/EHungry-6-boyan/Web/classes/OrderTypePriority.class.php(97): Cache::SetArray('order_type_prio...', Array) #3 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php(2957): OrderTypePriority::getAllActiveForRestaurant(45453, 9309, true) #4 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php( in /home/deploy/EHungry-6-boyan/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-6-boyan/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(69): Redis->setex('order_type_prio...', 86400, 'a:1:{i:0;O:17:"...') #1 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(57): Cache::Set('order_type_prio...', 'a:1:{i:0;O:17:"...', 86400) #2 /home/deploy/EHungry-6-boyan/Web/classes/OrderTypePriority.class.php(97): Cache::SetArray('order_type_prio...', Array) #3 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php(2957): OrderTypePriority::getAllActiveForRestaurant(45453, 9309, true) #4 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php( 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-6-boyan/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(69): Redis->setex('order_type_prio...', 86400, 'a:1:{i:0;O:17:"...') #1 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(57): Cache::Set('order_type_prio...', 'a:1:{i:0;O:17:"...', 86400) #2 /home/deploy/EHungry-6-boyan/Web/classes/OrderTypePriority.class.php(97): Cache::SetArray('order_type_prio...', Array) #3 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php(2957): OrderTypePriority::getAllActiveForRestaurant(45453, 9309, true) #4 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php(" Stacktrace: #0 Whoops\Exception\ErrorException in /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php:69
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
home
/
deploy
/
EHungry-6-boyan
/
Web
/
classes
/
Cache.class.php
69
/
home
/
deploy
/
EHungry-6-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. """
    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-6-boyan/Web/classes/Cache.class.php:69\n
    Stack trace:\n
    #0 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(69): Redis->setex('order_type_prio...', 86400, 'a:1:{i:0;O:17:"...')\n
    #1 /home/deploy/EHungry-6-boyan/Web/classes/Cache.class.php(57): Cache::Set('order_type_prio...', 'a:1:{i:0;O:17:"...', 86400)\n
    #2 /home/deploy/EHungry-6-boyan/Web/classes/OrderTypePriority.class.php(97): Cache::SetArray('order_type_prio...', Array)\n
    #3 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php(2957): OrderTypePriority::getAllActiveForRestaurant(45453, 9309, true)\n
    #4 /home/deploy/EHungry-6-boyan/Web/classes/Restaurant.class.php(
    """
    

Environment & details:

Key Value
aid
"restaurants/ohio/mentor"
empty
empty
Key Value
PHPSESSID
"qpj7ooeleggkrl5988kg13odiq"
Key Value
loc
"en_US"
cart
Cart {}
Key Value
UNIQUE_ID
"ae5GrK1QT88lku4GaWx2RQAAAAQ"
SCRIPT_URL
"/restaurants/ohio/mentor"
SCRIPT_URI
"http://www.springroll.com.6.boyan.ehungry.net/restaurants/ohio/mentor"
HTTP_HOST
"www.springroll.com.6.boyan.ehungry.net"
HTTP_X_REAL_IP
"216.73.216.169"
HTTP_X_FORWARDED_FOR
"216.73.216.169"
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=qpj7ooeleggkrl5988kg13odiq"
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.6.boyan.ehungry.net"
SERVER_ADDR
"127.0.0.1"
SERVER_PORT
"80"
REMOTE_ADDR
"127.0.0.1"
DOCUMENT_ROOT
"/home/deploy/EHungry-6-boyan/Web"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/deploy/EHungry-6-boyan/Web"
SERVER_ADMIN
"root@localhost"
SCRIPT_FILENAME
"/home/deploy/EHungry-6-boyan/Web/index.php"
REMOTE_PORT
"42668"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"aid=restaurants/ohio/mentor"
REQUEST_URI
"/restaurants/ohio/mentor"
SCRIPT_NAME
"/restaurants/ohio/mentor"
PHP_SELF
"/restaurants/ohio/mentor"
REQUEST_TIME_FLOAT
1777223340.091
REQUEST_TIME
1777223340
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