WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'automator_settings_debug_notices_enabled' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_notices_enabled', '__false__', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_notices_enabled_type', 'boolean', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'load_automator' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('load_automator', '1', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('load_automator_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'uncanny_automator_advanced_automator_cache' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uncanny_automator_advanced_automator_cache', '', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uncanny_automator_advanced_automator_cache_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'automator_settings_debug_enabled' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_enabled', '__false__', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_settings_debug_enabled_type', 'boolean', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'AUTOMATOR_PLUGIN_VERSION' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION', '5.10.4', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION', '6.0.0.1', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('AUTOMATOR_PLUGIN_VERSION_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'uap_database_version' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version', '5.4', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_over_time', 'a:1:{s:14:\"installed_date\";i:1732211170;}', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automator_over_time_type', 'array', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_recipe_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `completed` tinyint(1) NOT NULL, `run_number` mediumint unsigned NOT NULL DEFAULT 1, PRIMARY KEY (`ID`), KEY completed (`completed`), KEY user_id (`user_id`), KEY automator_recipe_id (`automator_recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_recipe_log_meta ( `ID` bigint NOT NULL AUTO_INCREMENT, `user_id` bigint NOT NULL, `recipe_id` bigint NOT NULL, `recipe_log_id` bigint NOT NULL, `meta_key` varchar(255) NOT NULL, `meta_value` longtext NOT NULL, PRIMARY KEY (`ID`), KEY recipe_id (`recipe_id`), KEY user_id (`user_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_tokens_log ( `ID` bigint NOT NULL AUTO_INCREMENT, `recipe_id` bigint NOT NULL, `recipe_log_id` bigint NOT NULL, `run_number` bigint NOT NULL, `tokens_record` longtext NOT NULL, `date_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY recipe_id (`recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_api_log_response ( `ID` bigint NOT NULL AUTO_INCREMENT, `api_log_id` bigint NOT NULL, `item_log_id` bigint NOT NULL, `result` varchar(255) NOT NULL, `message` text NOT NULL, `date_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_trigger_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_trigger_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `automator_recipe_log_id` bigint unsigned NULL, `completed` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY completed (`completed`), KEY automator_recipe_id (`automator_recipe_id`), KEY automator_trigger_id (`automator_trigger_id`), KEY automator_recipe_log_id (`automator_recipe_log_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_trigger_log_meta ( `ID` bigint unsigned NOT NULL auto_increment, `user_id` bigint unsigned NOT NULL, `automator_trigger_log_id` bigint unsigned NULL, `automator_trigger_id` bigint unsigned NOT NULL, `meta_key` varchar(255) DEFAULT '' NOT NULL, `meta_value` longtext NULL, `run_number` mediumint unsigned NOT NULL DEFAULT 1, `run_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY run_number (`run_number`), KEY automator_trigger_id (`automator_trigger_id`), KEY automator_trigger_log_id (`automator_trigger_log_id`), KEY meta_key (meta_key(20)) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_action_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_action_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `automator_recipe_log_id` bigint unsigned NULL, `completed` tinyint(1) unsigned NOT NULL, `error_message` longtext NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY completed (`completed`), KEY automator_action_id (`automator_action_id`), KEY automator_recipe_log_id (`automator_recipe_log_id`), KEY automator_recipe_id (`automator_recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_action_log_meta ( `ID` bigint unsigned NOT NULL auto_increment, `user_id` bigint unsigned NOT NULL, `automator_action_log_id` bigint unsigned NULL, `automator_action_id` bigint unsigned NOT NULL, `meta_key` varchar(255) DEFAULT '' NOT NULL, `meta_value` longtext NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY automator_action_log_id (`automator_action_log_id`), KEY automator_action_id (`automator_action_id`), KEY meta_key (meta_key(20)) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_closure_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `user_id` bigint unsigned NOT NULL, `automator_closure_id` bigint unsigned NOT NULL, `automator_recipe_id` bigint unsigned NOT NULL, `automator_recipe_log_id` bigint unsigned NOT NULL, `completed` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY automator_recipe_id (`automator_recipe_id`), KEY automator_closure_id (`automator_closure_id`), KEY completed (`completed`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_closure_log_meta ( `ID` bigint unsigned NOT NULL auto_increment, `user_id` bigint unsigned NOT NULL, `automator_closure_id` bigint unsigned NOT NULL, `automator_closure_log_id` bigint unsigned NOT NULL, `meta_key` varchar(255) DEFAULT '' NOT NULL, `meta_value` longtext NULL, PRIMARY KEY (`ID`), KEY user_id (`user_id`), KEY automator_closure_id (`automator_closure_id`), KEY meta_key (meta_key(15)) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_api_log ( `ID` bigint unsigned NOT NULL auto_increment, `date_time` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `type` varchar(255) DEFAULT '' NOT NULL, `recipe_log_id` bigint unsigned NOT NULL, `item_log_id` bigint unsigned NOT NULL, `endpoint` varchar(255) DEFAULT '' NULL, `params` longtext NULL, `request` longtext NULL, `response` longtext NULL, `status` varchar(255) DEFAULT '' NULL, `price` bigint unsigned NULL, `balance` bigint unsigned NULL, `time_spent` bigint unsigned NULL, `notes` longtext NULL, PRIMARY KEY (`ID`), KEY item_log_id (`item_log_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_recipe_count ( `ID` bigint unsigned NOT NULL auto_increment, `recipe_id` bigint unsigned NOT NULL, `runs` bigint unsigned DEFAULT 0 NOT NULL, PRIMARY KEY (`ID`), KEY recipe_id (`recipe_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
CREATE TABLE wpu6_uap_options ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(8) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version', '6.0', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_version_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'uap_database_views_version' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_views_version', '4.15', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('uap_database_views_version_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT option_value FROM wpu6_uap_options WHERE option_name = 'automtor_multiple_triggers_restore_failed_logs' LIMIT 1

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automtor_multiple_triggers_restore_failed_logs', '1715210431', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value), autoload = VALUES(autoload)

WordPress database error: [Unknown storage engine 'InnoDB']
INSERT INTO wpu6_uap_options (option_name, option_value, autoload) VALUES ('automtor_multiple_triggers_restore_failed_logs_type', 'string', 'no') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value)

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'require-2fa.administrator'

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'allow-xml-rpc'

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'enable-woocommerce-integration'

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'enable-shortcode'

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-4e-52.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-4e-53.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-4e-54.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`

WordPress database error: [Unknown storage engine 'InnoDB']
SELECT `name`, `value`, `autoload` FROM `wpu6_wfls_settings` WHERE `name` = 'enable-shortcode'

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-4e-56.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-4e-57.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql-temptable-3b89a8-4e-58.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wpu6_options`


Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home/rainfrancescreations/public_html/wp-includes/class-wpdb.php:1849) in /home/rainfrancescreations/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":8027,"date":"2024-06-06T14:09:10","date_gmt":"2024-06-06T14:09:10","guid":{"rendered":"https:\/\/www.rainfrancescreations.com\/?p=8027"},"modified":"2024-06-06T14:09:12","modified_gmt":"2024-06-06T14:09:12","slug":"thursday-art-and-dinner-date-berries","status":"publish","type":"post","link":"https:\/\/www.rainfrancescreations.com\/thursday-art-and-dinner-date-berries\/","title":{"rendered":"Thursday Art and Dinner Date: Berries"},"content":{"rendered":"\n
\"\"<\/figure>\n\n\n\n
<\/div>\n\n\n\n

Welcome to Thursday Art and Dinner Date! Today’s optional art prompt is “Berries”. Tweety Bird can’t wait to start drinking his strawberry milkshake!<\/p>\n\n\n\n

<\/div>\n\n\n\n
\n
\n
\"\"<\/figure><\/div><\/div>\n\n\n\n
\n

I drew the image in my sketch book, took a photo and uploaded it to my laptop. I used my photo editing software to add the nice vibrant colors to the sketch.<\/p>\n<\/div>\n<\/div>\n\n\n\n

<\/div>\n\n\n\n

That\u2019s all for now folks! Please join us again next Thursday for Thursday Art and Dinner Date! Next week\u2019s optional art prompt is: \u201cBicycle\u201d. If you\u2019d like a heads-up,\u00a0here is a list of all of the art prompts for 2024<\/a>.<\/p>\n\n\n\n

If you\u2019d like to share your post, just link up below! We\u2019d love to see your foodie post and\/or your art post! Remember, the weekly art prompt is optional, we\u2019d love to see any art you\u2019ve created!<\/p>\n\n\n\n

<\/div>\n\n\n\n