Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(99) "SELECT portal_setting_value FROM portal_settings WHERE  portal_setting_keyword='THUMBNAIL_PER_PAGE'"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #53 /var/www/html/jellyfiz/modules/product/usershop.php
[Shop] #3369 /var/www/html/jellyfiz/modules/product/usershop.php
[include] #244 /var/www/html/jellyfiz/includes/app.class.php
[_load_module] #144 /var/www/html/jellyfiz/includes/app.class.php
[run] #12 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(48) "SELECT * FROM product_category ORDER BY `order`;"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1330 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetArray] #1197 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetAll] #588 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getAll] #57 /var/www/html/jellyfiz/modules/product/usershop.php
[Shop] #3369 /var/www/html/jellyfiz/modules/product/usershop.php
[include] #244 /var/www/html/jellyfiz/includes/app.class.php
[_load_module] #144 /var/www/html/jellyfiz/includes/app.class.php
[run] #12 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(130) "SELECT `sa`.* FROM `shop_appearance` as `sa` INNER JOIN `items` as `i` ON `i`.`users_id` = `sa`.`users_id` WHERE `items_id` = 287;"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #526 /var/www/html/jellyfiz/modules/product/usershop.php
[item_detail] #79 /var/www/html/jellyfiz/modules/product/usershop.php
[run] #3370 /var/www/html/jellyfiz/modules/product/usershop.php
[include] #244 /var/www/html/jellyfiz/includes/app.class.php
[_load_module] #144 /var/www/html/jellyfiz/includes/app.class.php
[run] #12 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(100) "SELECT `Mon`,`Tue`,`Wed`,`Thu`, `Fri`, `Sat`, `Sun` FROM `shop_weekdays_shipping` WHERE `shop_id`=''"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #2086 /var/www/html/jellyfiz/includes/common_functions.inc.php
[get_shop_shipping_days] #2090 /var/www/html/jellyfiz/includes/common_functions.inc.php
[shipping_day_of_week] #2108 /var/www/html/jellyfiz/includes/common_functions.inc.php
[get_days_to_shipping] #2112 /var/www/html/jellyfiz/includes/common_functions.inc.php
[get_days_to_order] #529 /var/www/html/jellyfiz/modules/product/usershop.php
[item_detail] #79 /var/www/html/jellyfiz/modules/product/usershop.php
[run] #3370 /var/www/html/jellyfiz/modules/product/usershop.php
[include] #244 /var/www/html/jellyfiz/includes/app.class.php
[_load_module] #144 /var/www/html/jellyfiz/includes/app.class.php
[run] #12 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(1561) "SELECT sa.*,i.*,iv.*,inf.*, i.product_category_id, i.other_additional,i.additional_images, items_sale_price, inf.items_price,items_order_information_id,shipping_from_country,DATE_FORMAT(date_added,'%d%m%Y') as listing_no,
            DATE_FORMAT(date_added,'%M %d,%Y') as date_added,votes,items_voting_id,
            (TO_DAYS(item_expiry_date)-TO_DAYS(current_date())) as daysleft,DATE_FORMAT(item_expiry_date,'%M %d, %Y %H:%I:%S') as counter,
            DATE_FORMAT(item_expiry_date,'%d %M %Y') as exp_date,
            `ot`.`ordered_today`,
            `swmo`.Sun AS `max_orders_today`
                 FROM `shop_appearance` AS `sa`
                     INNER JOIN `users` AS `u` ON sa.users_id = u.users_id
                     INNER JOIN `items` AS `i` ON u.users_id = i.users_id
                     INNER JOIN `items_order_information` AS `inf` ON i.items_id = inf.items_id
                 LEFT JOIN items_voting iv on i.items_id=iv.items_id
                 LEFT JOIN (
                    SELECT `o`.`shop_id` as `o_shop_id`, COUNT(`o`.`id`) AS `ordered_today` 
                    FROM `completed_order` as `o`
                    WHERE `o`.`datetime`>="2024-04-12 00:00:02" AND `o`.`datetime`<="2024-04-19 00:00:01"
                    GROUP BY `o`.`shop_id`
                 ) AS `ot` ON `ot`.`o_shop_id` = `sa`.`shop_appearance_id`
                 LEFT JOIN `shop_weekdays_max_orders` as `swmo` ON `swmo`.`shop_id` = `sa`.`shop_appearance_id`
                 where i.users_id=sa.users_id and i.items_id=287
                 GROUP BY i.items_id"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #554 /var/www/html/jellyfiz/modules/product/usershop.php
[item_detail] #79 /var/www/html/jellyfiz/modules/product/usershop.php
[run] #3370 /var/www/html/jellyfiz/modules/product/usershop.php
[include] #244 /var/www/html/jellyfiz/includes/app.class.php
[_load_module] #144 /var/www/html/jellyfiz/includes/app.class.php
[run] #12 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(473) "
            SELECT i.protein_type,
                pc.name as product_category_name,
                pdt.name as product_dinner_type_name,
                st.style_type_name
            FROM items as i
            INNER JOIN product_category pc ON i.product_category_id=pc.id
            INNER JOIN product_dinner_type pdt ON i.product_dinner_type_id=pdt.id
            INNER JOIN style_type st ON i.style_type_id=st.style_type_id
            WHERE i.items_id=287
        "
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #565 /var/www/html/jellyfiz/modules/product/usershop.php
[item_detail] #79 /var/www/html/jellyfiz/modules/product/usershop.php
[run] #3370 /var/www/html/jellyfiz/modules/product/usershop.php
[include] #244 /var/www/html/jellyfiz/includes/app.class.php
[_load_module] #144 /var/www/html/jellyfiz/includes/app.class.php
[run] #12 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(91) " SELECT portal_setting_value FROM portal_settings WHERE portal_setting_keyword='SITE_LOGO' "
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #320 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_header] #166 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(95) " SELECT portal_setting_value FROM portal_settings WHERE portal_setting_keyword='SITE_LOGO_ALT' "
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #321 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_header] #166 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(37) "SELECT * FROM `discover_avail_events`"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1330 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetArray] #1197 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetAll] #588 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getAll] #337 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_header] #166 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(85) "SELECT * from `users_shopping_status` where session_id = '3e4bi5ppd1a08af7gumgova1c5'"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1382 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetRow] #516 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstRow] #1237 /var/www/html/jellyfiz/includes/common_functions.inc.php
[my_cart] #346 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_header] #166 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(95) "SELECT `value` FROM `additional_settings` WHERE `option_name` = 'min_order_total_for_checkout';"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1265 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetCol] #535 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getFirstCol] #2813 /var/www/html/jellyfiz/includes/common_functions.inc.php
[get_min_order_total_for_checkout] #349 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_header] #166 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(54) "SELECT * FROM `style_type` ORDER BY `style_type_name` "
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1330 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetArray] #1197 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetAll] #588 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getAll] #977 /var/www/html/jellyfiz/includes/common_functions.inc.php
[get_style_cats] #564 /var/www/html/jellyfiz/includes/app.class.php
[_global_navigation] #470 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_header] #166 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php

Debug Message

array(2) {
  [0]=>
  string(20) "Too many connections"
  [1]=>
  string(34) "SELECT * FROM `survey_avail_names`"
}
[var_dumpa] #828 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[Execute] #1330 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetArray] #1197 /var/www/html/jellyfiz/lib/adodb/adodb.inc.php
[GetAll] #588 /var/www/html/jellyfiz/framework/core/db/Db.class.php
[getAll] #490 /var/www/html/jellyfiz/includes/app.class.php
[_set_up_footer] #167 /var/www/html/jellyfiz/includes/app.class.php
[display] #13 /var/www/html/jellyfiz/index.php
ChefMealKits
Login to ChefMealKits