Notice: La funzione _load_textdomain_just_in_time è stata richiamata in maniera scorretta. Il caricamento della traduzione per il dominio twentytwenty è stato attivato troppo presto. Di solito è un indicatore di un codice nel plugin o nel tema eseguito troppo presto. Le traduzioni dovrebbero essere caricate all'azione init o in un secondo momento. Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 6.7.0.) in /var/www/vhosts/fontelatavola.it/data.fontelatavola.it/wp-includes/functions.php on line 6131
Gestione Cucina_old – Fonte La Tavola 2020-01-27 18:20:002022-05-27 20:21:00

Errore sul database di WordPress: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY b.name_items ORDER BY b.name_items ASC' at line 7]
SELECT a.completato,b.id_order_items,b.id_items,sum(b.quantity) as result_quantity,b.name_items,b.instructions,b.total_item_price,c.group_name,c.name_options,a.fulfill_at FROM wp_gf_orders_table LEFT outer JOIN wp_gf_items_table b ON b.id_order_items = a.id_order LEFT outer JOIN wp_gf_options_table c ON c.id_items = b.id_items where a.fulfill_at BETWEEN '2020-01-27 18:20:00' AND '2022-05-27 20:21:00' and GROUP BY b.name_items ORDER BY b.name_items ASC