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:1732212206;}', '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: [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-d0-dece.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-d0-decf.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-d0-ded0.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":8022,"date":"2024-05-30T15:31:20","date_gmt":"2024-05-30T15:31:20","guid":{"rendered":"https:\/\/www.rainfrancescreations.com\/?p=8022"},"modified":"2024-05-30T15:32:04","modified_gmt":"2024-05-30T15:32:04","slug":"thursday-art-and-dinner-date-squares","status":"publish","type":"post","link":"https:\/\/www.rainfrancescreations.com\/thursday-art-and-dinner-date-squares\/","title":{"rendered":"Thursday Art and Dinner Date: Squares"},"content":{"rendered":"\n
\"\"<\/figure>\n\n\n\n

Welcome to Thursday Art and Dinner Date! Today’s optional art prompt is “Squares”. The first thing that came to mind was the old game show “Hollywood Squares”…I think my favourite guest on that show was Paul Lynde, do you remember him? So funny….then I thought of The Brady Bunch and that’s where this week’s Looney Tune drawing came from!<\/p>\n\n\n\n

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

This was a complicated drawing my friends. It took some time to get all of the characters drawn the way I wanted them to look! I always have trouble with Wile E. Coyote for some reason, I had to redo him a few times.<\/p>\n\n\n\n

As usual, I sketched out my drawing, took a photo, uploaded it to photoshop and digitally added color. I tried to find The Brady Bunch font online, I got pretty close!<\/p>\n<\/div>\n<\/div>\n\n\n\n

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

Life Update<\/h2>\n\n\n\n

Friends, I’m burnt out. As many of you know, for the last 3 years, I’ve been working very hard at trying to make a career from my YouTube channels and now this website\/blog. I thought with time I’d at least break even, but to be honest, I’ve been working between 50-60 hours a week and only making (on good months) $40 a month. If there is a definition of slave labor, that is it!<\/p>\n\n\n\n

I’ve decided I need to re-evaluate my priorities and figure out if I will continue to be present on social media or not. I’m taking the summer off from YouTube. I will continue to host the art date, but my presence online will be sparse. I hope you all have a lovely summer and I’ll be back in the fall with more news! Love you all! \u2665<\/p>\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: \u201cBerries\u201d. If you\u2019d like a heads-up, here 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