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: #6 RedisException in /home/deploy/EHungry-8-boyan/Web/classes/Cache.class.php:69 #5 Redis:setex in /home/deploy/EHungry-8-boyan/Web/classes/Cache.class.php:69 #4 Cache:Set in /home/deploy/EHungry-8-boyan/Web/templates3.0/customer/schema.php:272 #3 {closure} in /home/deploy/EHungry-8-boyan/Web/templates3.0/customer/schema.php:277 #2 include_once in /home/deploy/EHungry-8-boyan/Web/templates3.0/customer/header.php:319 #1 include_once in /home/deploy/EHungry-8-boyan/Web/controllers/customer.php:870 #0 require in /home/deploy/EHungry-8-boyan/Web/index.php:30
Stack frames (7)
6
RedisException
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
classes
/
Cache.class.php
69
5
Redis
setex
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
classes
/
Cache.class.php
69
4
Cache
Set
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
templates3.0
/
customer
/
schema.php
272
3
{closure}
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
templates3.0
/
customer
/
schema.php
277
2
include_once
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
templates3.0
/
customer
/
header.php
319
1
include_once
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
controllers
/
customer.php
870
0
require
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
index.php
30
/
home
/
deploy
/
EHungry-8-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. "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-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. "8786_11100_136315_2_schema"
    
  2. 86400
    
  3. """
    <script type="application/ld+json">{\n
        "@context": "http://schema.org",\n
        "@type": "Menu",\n
        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main",\n
        "mainEntityOfPage": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main",\n
        "inLanguage": "English",\n
        "name": "Main",\n
        "description": "Please note: requests for additional items or special preparation may incur an <b>extra charge</b> not calculated on your online order.",\n
        "hasMenuSection": [\n
            {\n
                "@type": "MenuSection",\n
                "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials",\n
                "name": "Lunch Specials",\n
                "description": "Served from 11:00 am to 3:00 pm<br /> \nServed with Chicken Fried Rice & Egg Roll<br />\nSubstitute for Jumbo Shrimp Fried Rice $3, other Fried Rice $0.50<br />\nAdd $0.50 Extra for Pop or Bottled Water. <br /><br />\nLunch items are only viewable on this page during lunch ordering hours.",\n
                "hasMenuItem": [\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L1. Chicken Chop Suey",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l1-chicken-chop-suey",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L2. Vegetable Delight",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l2-vegetable-delight",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L3. Shrimp Egg Foo Young",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l3-shrimp-egg-foo-young",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L4. Fried Chicken Wings w. Chicken Fried Rice",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l4-fried-chicken-wings-w-chicken-fried-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L4. Fried Chicken Wings w. French Fries",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l4-fried-chicken-wings-w-french-fries",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L5. Vegetable Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l5-vegetable-lo-mein-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L6. Kung Po Vegetable",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l6-kung-po-vegetable",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L7. Chicken with Broccoli",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l7-chicken-with-broccoli",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L8. Sweet & Sour Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l8-sweet-sour-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L9. Sweet & Sour Pork",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l9-sweet-sour-pork",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L10. Chicken Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l10-beef-lo-mein-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L10. Beef Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l10-beef-lo-mein-no-rice-1",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L10. Shrimp Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l10-shrimp-lo-mein-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L11. Sweet & Sour Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l11-sweet-sour-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L12. Beef Chop Suey",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l12-beef-chop-suey",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L13. Pepper Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l13-pepper-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L14. Beef with Broccoli",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l14-beef-with-broccoli",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L15. Shrimp Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l15-shrimp-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L16. Cashew Chicken with Nuts",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l16-cashew-chicken-with-nuts",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L17. Szechwan Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l17-szechwan-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L18. Kung Po Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l18-kung-po-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L18. Kung Po Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l18-kung-po-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L18. Kung Po Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l18-kung-po-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L19. Mongolian Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l19-mongolian-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L19. Mongolian Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l19-mongolian-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L20. Shrimp Chop Suey",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l20-shrimp-chop-suey",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L21. Shrimp with Broccoli",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l21-shrimp-with-broccoli",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L22. Shrimp with Lobster Sauce",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l22-shrimp-with-lobster-sauce",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L23. Cashew Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l23-cashew-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L24. Szechwan Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l24-szechwan-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L25. Szechwan Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l25-szechwan-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L26. Empress Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l26-empress-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L27. Governor's Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l27-governors-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L28. General Tso's Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l28-general-tsos-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L29. Orange Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l29-orange-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L30. Crab Rangoon (4), Fried Shrimp (2)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l30-crab-rangoon-4-fried-shrimp-2",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L31. Fried Crab Meats (2), B.B.Q. Pork, Fried Shrimp (2)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l31-fried-crab-meats-2-bbq-pork-fried-shrimp-2",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L32. Szechwan Fried Chicken Wing (6 pcs)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l32-szechwan-fried-chicken-wing-6-pcs",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L33. Crab Rangoon (6)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l33-crab-rangoon-6",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L34. Singapore Noodle (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l34-singapore-noodle-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L35. Sesame Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l35-sesame-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L36. Rib Tips with Garlic Sauce",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l36-rib-tips-with-garlic-sauce",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L36. Rib Tips with B.B.Q Sauce",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l36-rib-tips-with-bbq-sauce",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L37. B.B.Q. Wing with French Fries",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l37-bbq-wing-with-french-fries",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L37. B.B.Q. Wing with Rice",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l37-bbq-wing-with-chicken-fried-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L38. Shrimp Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l38-shrimp-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L38. Beef Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l38-beef-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L38. Chicken Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l38-chicken-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    }\n
                ]\n
            }\n
        ]\n
    }</script>
    """
    
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
templates3.0
/
customer
/
schema.php
                                        if (count($prices) > 1 || $p->getDisplayName() != $i->getDisplayName()) {
                                            $priceJson['eligibleQuantity'] = [
                                                '@type' => 'QuantitativeValue',
                                                'name'  => $p->getDisplayName()
                                            ];
                                        }
                                        $itemJson['offers'][] = $priceJson;
                                    }
                                }
 
                                $categoryJson['hasMenuItem'][] = $itemJson;
                            }
                        }
                    }
                    $json['hasMenuSection'][] = $categoryJson;
                }
            }
 
            $schemaScript = '<script type="application/ld+json">'.json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES).'</script>';
            Cache::Set($cacheKey, $schemaScript);
            echo $schemaScript;
            break;
    }
};
$printSchema();
 
Arguments
  1. "8786_11100_136315_2_schema"
    
  2. """
    <script type="application/ld+json">{\n
        "@context": "http://schema.org",\n
        "@type": "Menu",\n
        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main",\n
        "mainEntityOfPage": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main",\n
        "inLanguage": "English",\n
        "name": "Main",\n
        "description": "Please note: requests for additional items or special preparation may incur an <b>extra charge</b> not calculated on your online order.",\n
        "hasMenuSection": [\n
            {\n
                "@type": "MenuSection",\n
                "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials",\n
                "name": "Lunch Specials",\n
                "description": "Served from 11:00 am to 3:00 pm<br /> \nServed with Chicken Fried Rice & Egg Roll<br />\nSubstitute for Jumbo Shrimp Fried Rice $3, other Fried Rice $0.50<br />\nAdd $0.50 Extra for Pop or Bottled Water. <br /><br />\nLunch items are only viewable on this page during lunch ordering hours.",\n
                "hasMenuItem": [\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L1. Chicken Chop Suey",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l1-chicken-chop-suey",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L2. Vegetable Delight",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l2-vegetable-delight",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L3. Shrimp Egg Foo Young",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l3-shrimp-egg-foo-young",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L4. Fried Chicken Wings w. Chicken Fried Rice",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l4-fried-chicken-wings-w-chicken-fried-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L4. Fried Chicken Wings w. French Fries",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l4-fried-chicken-wings-w-french-fries",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L5. Vegetable Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l5-vegetable-lo-mein-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L6. Kung Po Vegetable",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l6-kung-po-vegetable",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L7. Chicken with Broccoli",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l7-chicken-with-broccoli",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L8. Sweet & Sour Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l8-sweet-sour-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L9. Sweet & Sour Pork",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l9-sweet-sour-pork",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L10. Chicken Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l10-beef-lo-mein-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L10. Beef Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l10-beef-lo-mein-no-rice-1",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L10. Shrimp Lo Mein (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l10-shrimp-lo-mein-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L11. Sweet & Sour Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l11-sweet-sour-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L12. Beef Chop Suey",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l12-beef-chop-suey",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L13. Pepper Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l13-pepper-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L14. Beef with Broccoli",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l14-beef-with-broccoli",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L15. Shrimp Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l15-shrimp-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L16. Cashew Chicken with Nuts",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l16-cashew-chicken-with-nuts",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L17. Szechwan Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l17-szechwan-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L18. Kung Po Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l18-kung-po-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L18. Kung Po Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l18-kung-po-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L18. Kung Po Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l18-kung-po-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L19. Mongolian Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l19-mongolian-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L19. Mongolian Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l19-mongolian-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L20. Shrimp Chop Suey",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l20-shrimp-chop-suey",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L21. Shrimp with Broccoli",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l21-shrimp-with-broccoli",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L22. Shrimp with Lobster Sauce",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l22-shrimp-with-lobster-sauce",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L23. Cashew Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l23-cashew-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L24. Szechwan Beef",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l24-szechwan-beef",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L25. Szechwan Shrimp",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l25-szechwan-shrimp",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L26. Empress Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l26-empress-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L27. Governor's Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l27-governors-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L28. General Tso's Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l28-general-tsos-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L29. Orange Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l29-orange-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L30. Crab Rangoon (4), Fried Shrimp (2)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l30-crab-rangoon-4-fried-shrimp-2",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L31. Fried Crab Meats (2), B.B.Q. Pork, Fried Shrimp (2)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l31-fried-crab-meats-2-bbq-pork-fried-shrimp-2",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L32. Szechwan Fried Chicken Wing (6 pcs)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l32-szechwan-fried-chicken-wing-6-pcs",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L33. Crab Rangoon (6)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l33-crab-rangoon-6",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L34. Singapore Noodle (No Rice)",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l34-singapore-noodle-no-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L35. Sesame Chicken",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l35-sesame-chicken",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L36. Rib Tips with Garlic Sauce",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l36-rib-tips-with-garlic-sauce",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L36. Rib Tips with B.B.Q Sauce",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l36-rib-tips-with-bbq-sauce",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L37. B.B.Q. Wing with French Fries",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l37-bbq-wing-with-french-fries",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L37. B.B.Q. Wing with Rice",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l37-bbq-wing-with-chicken-fried-rice",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L38. Shrimp Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l38-shrimp-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L38. Beef Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l38-beef-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    },\n
                    {\n
                        "@type": "MenuItem",\n
                        "name": "L38. Chicken Kow",\n
                        "url": "https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l38-chicken-kow",\n
                        "offers": [\n
                            {\n
                                "@type": "Offer",\n
                                "price": "6.50",\n
                                "priceCurrency": "USD",\n
                                "eligibleQuantity": {\n
                                    "@type": "QuantitativeValue",\n
                                    "name": "Lunch"\n
                                }\n
                            }\n
                        ]\n
                    }\n
                ]\n
            }\n
        ]\n
    }</script>
    """
    
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
templates3.0
/
customer
/
schema.php
                                        }
                                        $itemJson['offers'][] = $priceJson;
                                    }
                                }
 
                                $categoryJson['hasMenuItem'][] = $itemJson;
                            }
                        }
                    }
                    $json['hasMenuSection'][] = $categoryJson;
                }
            }
 
            $schemaScript = '<script type="application/ld+json">'.json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES).'</script>';
            Cache::Set($cacheKey, $schemaScript);
            echo $schemaScript;
            break;
    }
};
$printSchema();
 
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
templates3.0
/
customer
/
header.php
                                <? } elseif (IS_EMBEDDED_INLINE) { ?>
                                    const overlay = jQuery('<div id="overlay" style="position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.9;z-index: 10000;"><div style="margin-top:10%;height:50px;font-weight:bold;font-size:150%;text-align:center;">Cookies are required for online ordering. <span style="color: #ffffff;">Click here to allow cookies</span>.<br><a href="<?=$account->getDomainUrl()?>" target="_blank"  title="Opens in new tab" id="notworking">Not working? Click here to open ordering in a new window.</a></div></div>');
 
                                    overlay.appendTo(document.body).on('click', function (event) {
                                        if (event.target.id != 'notworking') {
                                            console.log('overlay clicked')
                                            window.open("<?=$account->getDomainUrl()?>/setcookie", '_blank', 'width=20,height=20')
                                        }
                                    });
                                <? } ?>
                            } else {
                                Cookies.remove('test')
                            }
                        }
                    }
                });
            </script>
        <? } ?>
 
        <? include_once(CORE_PATH.'templates3.0/customer/schema.php');
        include_once(CORE_PATH.'templates3.0/customer/google_analytics.php');
 
        if (isset($account) && $account->getFacebookPixelId()) { ?>
            <!-- Facebook Pixel Code -->
            <script>
            !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
            n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
            n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
            t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
            document,'script','https://connect.facebook.net/en_US/fbevents.js');
            fbq('init', '<?=$account->getFacebookPixelId()?>');
            fbq('track', 'PageView');
            </script>
            <noscript><img height="1" width="1" style="display:none"
            src="https://www.facebook.com/tr?id=<?=$account->getFacebookPixelId()?>&ev=PageView&noscript=1"
            /></noscript>
            <!-- DO NOT MODIFY -->
            <!-- End Facebook Pixel Code -->
            
<?
Arguments
  1. "/home/deploy/EHungry-8-boyan/Web/templates3.0/customer/schema.php"
    
/
home
/
deploy
/
EHungry-8-boyan
/
Web
/
controllers
/
customer.php
}
 
if (!isset($cart) || !is_object($cart)) {
    $GLOBALS['cart'] = \Cart::getCurrent();
}
 
//unset callback data in the event someone didn't hit the callback validation page
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']) && $_REQUEST['_VERSION'] != 4) {
        $cart = Cart::getCurrent();
 
Arguments
  1. "/home/deploy/EHungry-8-boyan/Web/templates3.0/customer/header.php"
    
/
home
/
deploy
/
EHungry-8-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
  1. "/home/deploy/EHungry-8-boyan/Web/controllers/customer.php"
    

Environment & details:

Key Value
aid
"restaurant/chinadelightchicago/order/main/lunch-specials"
empty
empty
Key Value
PHPSESSID
"qblndqontq5ieak75t3kf9ca8l"
Key Value
loc
"en_US"
customer_account_id
94122
cart
Cart {}
restaurant_id
8786
status
array:2 [
  1 => []
  2 => array:1 [
    0 => "The selected menu item has limited availability. It is not currently offered at this time."
  ]
]
app_banner_shown
true
menu_id
11100
Key Value
UNIQUE_ID
"aaabhAMeUHiBL6yrpjnSdgAAAAc"
SCRIPT_URL
"/restaurant/chinadelightchicago/order/main/lunch-specials"
SCRIPT_URI
"http://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials"
HTTP_HOST
"www.springroll.com.8.boyan.ehungry.net"
HTTP_X_REAL_IP
"216.73.216.159"
HTTP_X_FORWARDED_FOR
"216.73.216.159"
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_REFERER
"https://www.springroll.com.8.boyan.ehungry.net/restaurant/chinadelightchicago/order/main/lunch-specials/l7-chicken-with-broccoli"
HTTP_COOKIE
"PHPSESSID=qblndqontq5ieak75t3kf9ca8l"
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.8.boyan.ehungry.net"
SERVER_ADDR
"127.0.0.1"
SERVER_PORT
"80"
REMOTE_ADDR
"127.0.0.1"
DOCUMENT_ROOT
"/home/deploy/EHungry-8-boyan/Web"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/deploy/EHungry-8-boyan/Web"
SERVER_ADMIN
"root@localhost"
SCRIPT_FILENAME
"/home/deploy/EHungry-8-boyan/Web/index.php"
REMOTE_PORT
"53906"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"aid=restaurant/chinadelightchicago/order/main/lunch-specials"
REQUEST_URI
"/restaurant/chinadelightchicago/order/main/lunch-specials"
SCRIPT_NAME
"/restaurant/chinadelightchicago/order/main/lunch-specials"
PHP_SELF
"/restaurant/chinadelightchicago/order/main/lunch-specials"
REQUEST_TIME_FLOAT
1772526468.477
REQUEST_TIME
1772526468
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