45 restaurants in the area
Deals & Coupons
Restaurants in the area
China Sea - Ansonia
25 Maple St Ansonia, CT 06401
0.2 mi
0.00
Pick up
Delivery
China House - Seymour
84 Bank St Seymour, CT 06483
3.5 mi
0.00
Pick up
Delivery
State Garden II - New Haven
1452 Whalley Ave New Haven, CT 06515
5.3 mi
0.00
Pick up
Delivery
Dao Fusion Cuisine - Stratford
7365 Main St Stratford, CT 06614
6.5 mi
0.00
Pick up
Delivery
Sing-Wah - New Haven
548 Whalley Ave New Haven, CT 06511
6.9 mi
0.00
Pick up
Delivery
A-1 Oriental Kitchen - New Haven
428 Whalley Ave New Haven, CT 06511
7.1 mi
0.00
Pick up
Delivery
Lin's Kitchen - Orange
500 Boston Post Rd Orange, CT 06477
7.1 mi
0.00
Pick up
Sushi Mizu - New Haven
47 Whalley Ave New Haven, CT 06511
7.8 mi
0.00
Pick up
Delivery
Hunan House - New Haven
32 Orange St New Haven, CT 06510
8.5 mi
0.00
Pick up
Delivery
Harvest House - Stratford
475 Hawley Ln #4b Stratford, CT 06614
8.6 mi
0.00
Pick up
Delivery
Dine-in
Hunan Wok - Naugatuck
1183 New Haven Rd #1 Naugatuck, CT 06770
8.9 mi
0.00
Pick up
Ichiro Japanese - Trumbull
900 White Plains Rd Trumbull, CT 06611
9.2 mi
0.00
Pick up
Delivery
Lucky Dragon - Milford
1375 New Haven Ave Milford, CT 06460
9.2 mi
0.00
Pick up
Delivery
Ming Feng Chinese Restaurant - Milford
553 Bridgeport Ave Milford, CT 06460
9.6 mi
0.00
Pick up
Delivery
Wah-Chun - New Haven
218 Grand Ave New Haven, CT 06513
9.8 mi
0.00
Pick up
Delivery
Lumi Asian Fusion - North Haven
460 Universal Dr N North Haven, CT 06473
10.7 mi
0.00
Pick up
Main Wah - Stratford
1345 Barnum Ave Stratford, CT 06615
10.7 mi
0.00
Pick up
China Ming - Stratford
574 Success Ave Stratford, CT 06614
10.8 mi
0.00
Pick up
Delivery
Sun Rise House - North Haven
91 State St North Haven, CT 06473
11 mi
0.00
Pick up
Delivery
Number One - East Haven
937 Foxon Rd East Haven, CT 06513
11.2 mi
0.00
Pick up
Delivery
China King - Wallingford
159 N Colony St Wallingford, CT 06492
15.4 mi
0.00
Pick up
Zheng Zheng - Wolcott
1457 Meriden Rd #1 Wolcott, CT 06716
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-4-boyan/Web/classes/Cache.class.php:69 Stack trace: #0 /home/deploy/EHungry-4-boyan/Web/classes/Cache.class.php(69): Redis->setex('order_type_prio...', 86400, 'a:3:{i:0;O:17:"...') #1 /home/deploy/EHungry-4-boyan/Web/classes/Cache.class.php(57): Cache::Set('order_type_prio...', 'a:3:{i:0;O:17:"...', 86400) #2 /home/deploy/EHungry-4-boyan/Web/classes/OrderTypePriority.class.php(97): Cache::SetArray('order_type_prio...', Array) #3 /home/deploy/EHungry-4-boyan/Web/classes/Restaurant.class.php(2957): OrderTypePriority::getAllActiveForRestaurant(75741, 7570, true) #4 /home/deploy/EHungry-4-boyan/Web/classes/Restaurant.class.php( in /home/deploy/EHungry-4-boyan/Web/classes/Cache.class.php on line 69
Whoops \ Exception \ ErrorException
(E_ERROR)
Stack frames (1)
0
Whoops
\Exception
\ErrorException
/
home
/deploy
/EHungry-4-boyan
/Web
/classes
/Cache.class.php
69
/
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
""" 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-4-boyan/Web/classes/Cache.class.php:69\n Stack trace:\n #0 /home/deploy/EHungry-4-boyan/Web/classes/Cache.class.php(69): Redis->setex('order_type_prio...', 86400, 'a:3:{i:0;O:17:"...')\n #1 /home/deploy/EHungry-4-boyan/Web/classes/Cache.class.php(57): Cache::Set('order_type_prio...', 'a:3:{i:0;O:17:"...', 86400)\n #2 /home/deploy/EHungry-4-boyan/Web/classes/OrderTypePriority.class.php(97): Cache::SetArray('order_type_prio...', Array)\n #3 /home/deploy/EHungry-4-boyan/Web/classes/Restaurant.class.php(2957): OrderTypePriority::getAllActiveForRestaurant(75741, 7570, true)\n #4 /home/deploy/EHungry-4-boyan/Web/classes/Restaurant.class.php( """
Environment & details:
| Key | Value |
| aid | "restaurants/connecticut/ansonia"
|
empty
empty
| Key | Value |
| PHPSESSID | "8c1b6renfsfi9r6n66m9a29773"
|
| Key | Value |
| loc | "en_US"
|
| cart | Cart {}
|
| customer_account_id | 54061
|
| restaurant_id | 12052
|
| app_banner_shown | true
|
| menu_id | 15166
|
| Key | Value |
| UNIQUE_ID | "adpXd07j5wt6agpUp3BXzwAAAAE"
|
| SCRIPT_URL | "/restaurants/connecticut/ansonia"
|
| SCRIPT_URI | "http://www.springroll.com.4.boyan.ehungry.net/restaurants/connecticut/ansonia"
|
| HTTP_HOST | "www.springroll.com.4.boyan.ehungry.net"
|
| HTTP_X_REAL_IP | "216.73.216.178"
|
| HTTP_X_FORWARDED_FOR | "216.73.216.178"
|
| 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=8c1b6renfsfi9r6n66m9a29773"
|
| 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 | "46884"
|
| GATEWAY_INTERFACE | "CGI/1.1"
|
| SERVER_PROTOCOL | "HTTP/1.0"
|
| REQUEST_METHOD | "GET"
|
| QUERY_STRING | "aid=restaurants/connecticut/ansonia"
|
| REQUEST_URI | "/restaurants/connecticut/ansonia"
|
| SCRIPT_NAME | "/restaurants/connecticut/ansonia"
|
| PHP_SELF | "/restaurants/connecticut/ansonia"
|
| REQUEST_TIME_FLOAT | 1775916919.739
|
| REQUEST_TIME | 1775916919
|
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