JezK
Edit File: error_log
[25-May-2026 13:48:02 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-05-18 00:00:00' AND date <= '2026-05-24 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-05-11 00:00:00' AND date <= '2026-05-17 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [25-May-2026 20:25:54 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 266240 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2328 [25-May-2026 20:46:36 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2035712 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2328 [01-Jun-2026 13:58:21 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-05-25 00:00:00' AND date <= '2026-05-31 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-05-18 00:00:00' AND date <= '2026-05-24 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [01-Jun-2026 20:32:29 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 266240 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [03-Jun-2026 08:47:22 UTC] WordPress database error Server shutdown in progress for query SELECT option_value FROM wpi2_options WHERE option_name = 'et_automatic_updates_options' LIMIT 1 made by require('wp-blog-header.php'), wp, WP->main, do_action_ref_array('wp'), WP_Hook->do_action, WP_Hook->apply_filters, ET_AI_App::register_package_builds, ET_AI_App::get_ai_app_helpers, et_core_get_et_account, get_site_option, get_network_option, get_option [06-Jun-2026 15:02:01 UTC] Error de evento de anulación de programación de cron para el gancho: wordfence_batchReportBlockedAttempts. Código de error: could_not_set. Mensaje de error: No se ha podido guardar la lista de eventos del cron.. Datos: {"schedule":false,"args":[]} [08-Jun-2026 14:08:34 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-01 00:00:00' AND date <= '2026-06-07 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-05-25 00:00:00' AND date <= '2026-05-31 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [08-Jun-2026 20:40:14 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 258048 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [12-Jun-2026 23:16:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 01:34:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 02:37:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 03:43:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 04:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 05:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 07:53:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 09:01:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 10:04:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 13:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 14:26:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 15:32:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 16:32:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 17:33:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 18:40:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 19:42:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jun-2026 22:55:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 00:10:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 01:17:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 02:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 08:19:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 09:35:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 10:42:00 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 11:46:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 12:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 15:57:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 17:07:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 18:09:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 19:13:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 20:16:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 22:22:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jun-2026 23:25:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 00:44:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 01:47:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 02:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 03:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 04:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 05:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 07:49:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 08:50:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 10:03:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 12:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 13:34:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 14:01:34 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-08 00:00:00' AND date <= '2026-06-14 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-01 00:00:00' AND date <= '2026-06-07 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [15-Jun-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 16:53:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 17:57:55 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 19:03:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 20:08:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 20:23:05 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [15-Jun-2026 20:35:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 274432 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [15-Jun-2026 21:12:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jun-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 00:27:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 01:29:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 02:36:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 03:42:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 04:46:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 05:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 06:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 07:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 08:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 09:49:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 10:52:33 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 11:54:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 13:03:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 14:10:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 15:16:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 18:27:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 19:32:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jun-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 03:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 04:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 05:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 10:58:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 12:01:37 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 13:12:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 14:13:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 15:16:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 16:16:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 18:23:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 19:25:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 20:26:55 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 21:27:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 22:46:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jun-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 01:55:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 03:09:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 04:13:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 07:23:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 08:33:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 09:39:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 10:39:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 11:46:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 12:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 15:50:20 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 16:51:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 17:54:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 19:02:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 20:04:36 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 21:14:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jun-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 01:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 04:19:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 05:27:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 06:32:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 07:38:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 08:44:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 09:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 11:52:20 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 12:54:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 13:58:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 15:02:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 16:03:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 17:04:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 18:04:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 19:06:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 20:07:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 21:07:55 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 22:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jun-2026 23:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 00:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 01:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 07:21:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 08:25:54 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 09:30:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 10:31:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 11:46:27 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 12:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 14:58:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 16:01:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 17:04:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 18:09:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 19:14:54 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 20:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jun-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 00:31:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 01:36:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 02:40:25 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 03:45:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 04:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 05:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 06:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 08:54:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 10:05:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 11:11:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 13:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 17:40:15 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 20:49:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 21:57:27 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jun-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 01:44:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 02:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 03:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 04:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 05:48:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 06:53:29 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 07:55:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 08:58:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 10:02:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 11:11:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 12:12:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 13:14:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 14:01:01 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-15 00:00:00' AND date <= '2026-06-21 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-08 00:00:00' AND date <= '2026-06-14 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [22-Jun-2026 14:16:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 17:42:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 18:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 20:23:20 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [22-Jun-2026 20:28:57 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 241664 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [22-Jun-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jun-2026 22:56:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 00:00:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 01:05:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 02:08:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 03:13:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 04:17:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 11:30:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 12:37:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 13:44:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 15:48:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 16:49:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 17:49:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 18:58:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 20:10:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 21:12:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 23:28:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jun-2026 23:53:50 UTC] Error de evento de anulación de programación de cron para el gancho: wordfence_processAttackData. Código de error: could_not_set. Mensaje de error: No se ha podido guardar la lista de eventos del cron.. Datos: {"schedule":false,"args":[]} [24-Jun-2026 00:35:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 01:41:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 02:45:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 03:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 04:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 05:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 09:50:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 10:50:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 12:00:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 13:09:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 18:39:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 19:43:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 20:46:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 21:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jun-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 03:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 04:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 06:00:15 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 07:05:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 08:06:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 09:11:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 11:30:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 12:30:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 13:35:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 14:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 15:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 16:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 17:49:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 18:52:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jun-2026 20:01:00 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 01:31:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 02:38:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 03:42:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 04:46:37 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 05:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 06:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 07:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 09:58:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 11:01:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 12:02:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 13:09:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 14:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 15:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 17:23:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 18:36:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 19:38:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 20:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jun-2026 23:55:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 01:13:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 02:15:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 03:15:29 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 05:36:54 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 06:38:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 07:42:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 08:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 11:48:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 13:00:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 14:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 17:32:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 18:34:25 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 21:56:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jun-2026 23:02:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 00:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 01:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 03:26:06 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 04:33:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 05:39:37 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 06:44:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 07:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 11:08:15 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 13:31:29 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 14:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 15:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 16:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 17:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jun-2026 22:55:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 01:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 03:35:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 04:38:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 05:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 06:55:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 07:59:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 09:03:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 13:19:06 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 14:14:13 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-22 00:00:00' AND date <= '2026-06-28 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-15 00:00:00' AND date <= '2026-06-21 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [29-Jun-2026 14:26:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 16:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 17:52:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 18:53:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 19:55:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 20:23:40 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [29-Jun-2026 20:28:21 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 167936 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [29-Jun-2026 21:03:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jun-2026 23:20:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 00:34:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 01:44:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 04:51:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 06:01:15 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 07:02:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 08:08:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 13:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 15:20:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 16:46:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 17:47:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 21:53:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 22:58:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jun-2026 23:59:26 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 01:04:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 02:09:37 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 03:12:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 04:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 05:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 08:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 09:19:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 10:21:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 11:28:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 12:28:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 13:39:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 15:48:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 16:55:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 17:55:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 18:57:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 19:59:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 21:15:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 22:17:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Jul-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 00:47:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 01:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 03:56:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 04:58:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 06:00:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 07:07:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 08:15:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 09:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 10:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 13:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 15:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 16:25:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 17:47:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 21:53:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [02-Jul-2026 22:58:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 00:11:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 01:11:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 05:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 06:18:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 07:22:25 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 08:22:54 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 09:34:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 10:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 12:34:17 UTC] PHP Warning: Undefined property: WP_Post_Type::$post_content in /home1/carnicer/caicrivierabahia.com/wp-content/themes/Divi/includes/builder/feature/JQueryBody.php on line 64 [03-Jul-2026 12:34:17 UTC] PHP Warning: Undefined property: WP_Post_Type::$post_content in /home1/carnicer/caicrivierabahia.com/wp-content/plugins/ultimate-member/includes/frontend/class-enqueue.php on line 226 [03-Jul-2026 12:51:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 14:07:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 15:11:06 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 16:11:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 18:26:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 19:27:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 20:43:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [03-Jul-2026 23:08:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 01:22:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 02:30:27 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 03:41:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 04:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 05:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 06:53:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 07:59:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 09:10:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 10:13:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 12:31:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 13:31:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 14:35:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 15:40:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 16:41:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 17:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [04-Jul-2026 23:00:25 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 00:01:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 01:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 03:19:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 04:20:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 05:35:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 06:38:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 07:41:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 08:43:25 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 11:13:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 12:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 13:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 17:22:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 18:31:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 19:36:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 20:43:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 22:50:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [05-Jul-2026 23:59:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 01:02:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 02:04:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 03:08:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 04:08:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 07:22:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 08:33:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 09:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 12:50:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 13:58:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 14:16:22 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-29 00:00:00' AND date <= '2026-07-05 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-22 00:00:00' AND date <= '2026-06-28 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [06-Jul-2026 15:02:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 18:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 19:18:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [06-Jul-2026 23:58:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 01:03:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 02:07:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 04:30:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 09:51:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 10:52:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 11:54:06 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 13:11:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 15:24:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 16:34:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 17:36:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 20:47:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [07-Jul-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 01:50:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 03:14:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 04:15:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 06:27:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 07:31:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 08:32:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 09:38:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 10:45:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 16:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 17:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 20:52:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 21:52:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [08-Jul-2026 23:02:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 00:04:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 01:08:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 07:29:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 08:29:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 09:29:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 12:05:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 13:09:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 16:30:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 17:33:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 18:37:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 19:38:33 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 20:45:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [09-Jul-2026 23:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 00:49:33 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 01:52:55 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 02:57:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 04:06:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 05:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 09:21:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 16:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 18:11:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 19:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 20:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 21:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 22:23:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [10-Jul-2026 23:38:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 00:43:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 01:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 03:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 04:57:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 05:58:37 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 06:58:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 08:00:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 09:01:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 10:02:19 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 11:02:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 12:03:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 13:04:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 14:05:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 15:05:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 16:06:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 17:07:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 18:08:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 19:08:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 20:08:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 21:08:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 22:09:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [11-Jul-2026 23:09:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 00:10:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 01:10:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 02:11:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 03:12:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 04:12:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 05:13:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 06:13:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 07:14:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 08:15:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 09:16:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 10:17:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 11:18:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 12:18:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 13:18:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 14:18:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 15:18:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 16:19:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 17:19:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 18:19:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 19:20:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 20:20:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 21:20:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 22:21:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [12-Jul-2026 23:21:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 00:22:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 01:22:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 02:23:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 03:23:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 04:23:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 05:24:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 06:25:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 07:26:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 08:26:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 09:27:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 10:27:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 11:28:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 12:29:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 13:29:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 14:00:07 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-06 00:00:00' AND date <= '2026-07-12 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-06-29 00:00:00' AND date <= '2026-07-05 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [13-Jul-2026 14:29:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 15:29:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 16:30:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 17:30:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 18:31:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 19:31:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 20:23:15 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [13-Jul-2026 20:27:47 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [13-Jul-2026 20:31:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 21:37:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 22:37:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [13-Jul-2026 23:37:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 00:37:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 01:37:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 02:38:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 03:38:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 04:38:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 05:39:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 06:39:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 07:39:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 08:40:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 09:41:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 10:41:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 11:41:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 12:42:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 13:42:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 14:43:46 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 15:43:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 16:44:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 17:45:47 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 18:46:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 19:46:49 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 20:47:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [14-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 00:00:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 01:02:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 13:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 14:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 18:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 19:18:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 20:19:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 21:21:29 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 22:41:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [15-Jul-2026 23:42:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 00:46:01 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 02:52:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 04:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 07:32:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 08:35:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 09:36:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 10:47:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 17:11:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 18:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 19:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 20:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 22:38:36 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [16-Jul-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 02:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 03:51:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 05:07:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 08:34:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 11:53:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 12:58:00 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 14:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 15:45:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 16:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 17:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [17-Jul-2026 23:56:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 01:07:27 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 03:24:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 04:33:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 05:33:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 08:51:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 09:55:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 11:10:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 15:53:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 17:00:09 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 18:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 19:25:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 20:26:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 21:26:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 22:35:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [18-Jul-2026 23:37:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 00:42:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 01:47:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 06:19:58 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 07:36:36 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 13:59:06 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 15:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 17:32:29 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 18:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [19-Jul-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 02:51:57 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 04:03:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 09:21:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 10:41:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 11:47:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 14:11:47 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-13 00:00:00' AND date <= '2026-07-19 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-06 00:00:00' AND date <= '2026-07-12 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [20-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 15:49:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 16:56:33 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 17:58:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 19:01:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 20:01:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 20:24:51 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [20-Jul-2026 20:38:47 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [20-Jul-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 22:29:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [20-Jul-2026 23:30:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 00:33:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 01:41:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 05:18:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 06:22:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 07:46:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 13:11:29 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 14:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 15:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 18:21:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 19:34:39 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 20:35:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 21:35:54 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 22:39:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [21-Jul-2026 23:47:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 03:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 04:49:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 05:51:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 06:57:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 08:09:17 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 12:23:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 13:24:14 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 14:41:10 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 16:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 17:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 19:52:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 20:53:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 21:54:36 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [22-Jul-2026 22:55:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 00:00:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 01:10:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 02:13:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 08:35:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 09:37:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 10:40:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 11:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 16:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 17:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 21:04:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 22:06:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [23-Jul-2026 23:13:42 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 00:14:37 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 01:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 02:18:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 05:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 06:48:48 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 11:19:34 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 12:24:13 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 13:33:27 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 14:41:35 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 16:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 17:49:08 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 18:56:41 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 19:59:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 21:09:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [24-Jul-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 01:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 05:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 10:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 11:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 12:49:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 13:50:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 14:58:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 17:07:38 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 18:16:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 19:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 20:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [25-Jul-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 00:25:52 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 01:37:22 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 02:47:56 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 03:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 04:54:59 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 05:59:54 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 10:27:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 11:41:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 12:47:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 14:56:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 16:03:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 17:04:11 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 18:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 19:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 20:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [26-Jul-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 01:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 04:31:53 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 05:44:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 06:46:50 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 13:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 14:18:04 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-20 00:00:00' AND date <= '2026-07-26 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-13 00:00:00' AND date <= '2026-07-19 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [27-Jul-2026 14:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 15:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 16:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 17:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 20:24:00 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [27-Jul-2026 20:32:05 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [27-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 21:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 22:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [27-Jul-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 03:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 04:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 05:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 06:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 08:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 09:49:40 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 10:57:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 12:00:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 13:01:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 14:02:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 15:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 16:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 17:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 18:18:05 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 19:27:51 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 20:34:18 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 21:38:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 22:40:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [28-Jul-2026 23:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 00:50:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 02:06:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 03:10:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 05:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 06:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 07:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 08:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 09:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 10:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 11:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 12:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 13:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 14:19:30 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 15:35:32 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 16:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 17:48:02 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 18:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 19:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 20:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 22:14:24 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [29-Jul-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 01:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 03:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 04:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 05:28:21 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 06:36:43 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 07:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 08:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 09:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 10:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 11:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 12:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 13:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 14:53:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 15:54:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 17:13:20 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 18:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 19:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 20:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 21:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 22:43:06 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [30-Jul-2026 23:44:00 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 00:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 01:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 02:48:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 03:52:27 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 04:55:16 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 05:55:28 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 07:03:45 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 08:18:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 09:22:44 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 10:36:12 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 11:39:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 12:41:25 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 13:48:04 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 14:49:31 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 16:00:00 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 17:08:15 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 18:12:23 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 19:15:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 20:17:07 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 21:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 22:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [31-Jul-2026 23:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Aug-2026 00:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Aug-2026 01:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Aug-2026 02:18:03 UTC] There aren't users with empty `account_status`. Maybe some users were approved manually or deleted. [01-Aug-2026 02:42:39 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [03-Aug-2026 14:00:36 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-27 00:00:00' AND date <= '2026-08-02 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-20 00:00:00' AND date <= '2026-07-26 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [03-Aug-2026 20:27:52 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [03-Aug-2026 20:33:22 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [05-Aug-2026 01:24:22 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [05-Aug-2026 14:46:20 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [07-Aug-2026 09:24:30 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [07-Aug-2026 09:40:24 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [07-Aug-2026 10:34:26 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [08-Aug-2026 17:43:56 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [08-Aug-2026 18:18:07 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [09-Aug-2026 04:37:50 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [09-Aug-2026 21:04:15 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [09-Aug-2026 23:18:02 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [10-Aug-2026 10:18:03 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [10-Aug-2026 14:18:03 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-08-03 00:00:00' AND date <= '2026-08-09 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-07-27 00:00:00' AND date <= '2026-08-02 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [10-Aug-2026 20:38:56 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4079688 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2351 [10-Aug-2026 21:18:03 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [10-Aug-2026 23:58:58 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [11-Aug-2026 13:45:07 UTC] Error de evento de anulación de programación de cron para el gancho: wordfence_batchReportFailedAttempts. Código de error: could_not_set. Mensaje de error: No se ha podido guardar la lista de eventos del cron.. Datos: {"schedule":false,"args":[]} [11-Aug-2026 19:05:47 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [12-Aug-2026 06:08:45 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [12-Aug-2026 19:48:03 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [12-Aug-2026 15:45:36 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:45:36 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:45:36 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 15:48:14 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:48:14 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:48:14 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 15:48:14 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:48:14 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:48:14 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 15:48:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:48:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 15:48:15 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:08:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:08:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:08:06 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:08:30 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:08:30 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:08:30 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:18:23 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:18:23 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:18:23 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:18:24 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:18:24 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:18:24 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:18:25 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:18:25 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:18:25 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:44:45 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:44:45 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:44:45 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:52:01 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:52:01 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:52:01 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 16:53:30 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:53:30 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 16:53:30 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:00:24 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:00:24 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:00:24 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:01:53 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:01:53 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:01:53 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:02:18 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:02:18 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:02:18 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:18:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:18:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:18:15 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:43 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:34:44 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:35:41 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:35:41 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:35:41 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:43:20 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:43:20 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:43:20 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:43:27 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:43:27 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:43:27 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 17:55:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:55:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 17:55:15 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:07:40 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:07:40 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:07:40 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:07:46 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:07:46 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:07:46 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:07:46 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:07:46 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:07:46 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:22:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:22:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:22:06 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:23:00 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:23:00 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:23:00 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:25:48 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:25:48 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:25:48 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 18:32:04 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:32:04 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 18:32:04 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:01:18 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:01:18 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:01:18 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:08:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:08:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:08:06 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:08:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:08:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:08:06 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:37 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:23:39 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:39 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:23:39 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:24:14 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:24:14 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:24:14 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:46:55 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:46:55 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:46:55 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:48:26 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:48:26 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:48:26 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:48:28 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:48:28 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:48:28 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:51:01 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:51:01 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:51:01 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:57:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:57:44 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:57:44 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:58:21 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:58:21 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:58:21 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:58:22 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:58:22 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:58:22 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 19:58:23 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:58:23 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 19:58:23 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 20:06:47 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 20:06:47 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 20:06:47 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 20:30:23 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 20:30:23 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 20:30:23 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [12-Aug-2026 20:47:30 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 20:47:30 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [12-Aug-2026 20:47:30 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [13-Aug-2026 15:38:12 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [14-Aug-2026 12:15:48 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [14-Aug-2026 09:59:41 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 09:59:41 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 09:59:41 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [14-Aug-2026 10:00:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:00:15 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:00:15 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [14-Aug-2026 10:15:16 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:15:16 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:15:16 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [14-Aug-2026 10:19:55 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:19:55 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:19:55 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [14-Aug-2026 10:21:02 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:21:02 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [14-Aug-2026 10:21:02 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [14-Aug-2026 23:34:45 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [15-Aug-2026 14:48:03 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [16-Aug-2026 05:07:27 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [17-Aug-2026 01:41:14 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [17-Aug-2026 14:00:43 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-08-10 00:00:00' AND date <= '2026-08-16 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-08-03 00:00:00' AND date <= '2026-08-09 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [17-Aug-2026 20:23:47 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 266240 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [17-Aug-2026 20:29:18 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 110592 bytes) in /home1/carnicer/caicrivierabahia.com/wp-includes/class-wpdb.php on line 2322 [19-Aug-2026 21:17:21 UTC] PHP Parse error: syntax error, unexpected token "<", expecting end of file in /home1/carnicer/caicrivierabahia.com/wp-content/themes/Divi/header.php on line 377 [20-Aug-2026 12:54:36 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 12:54:36 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 12:54:36 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [20-Aug-2026 13:05:53 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:05:53 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:05:53 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [20-Aug-2026 13:06:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:06:06 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:06:06 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [20-Aug-2026 13:08:11 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:08:11 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:08:11 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [20-Aug-2026 13:08:11 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:08:11 America/Mexico_City] PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 [20-Aug-2026 13:08:11 America/Mexico_City] PHP Fatal error: Failed opening required '/home1/carnicer/caicrivierabahia.com/wp-content/015cea05.php' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in Unknown on line 0 [20-Aug-2026 19:09:40 UTC] Error de evento de reprogramación de cron para el gancho: sc_cron_fetch. Código de error: invalid_schedule. Mensaje de error: El evento programado no existe.. Datos: {"schedule":"sc_interval","args":[],"interval":36000} [22-Aug-2026 08:18:27 UTC] PHP Parse error: syntax error, unexpected token "<", expecting end of file in /home1/carnicer/caicrivierabahia.com/wp-content/themes/Divi/header.php on line 377 [24-Aug-2026 14:16:42 UTC] WordPress database error 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 'WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS' at line 1 for query WITH WeeklyCounts AS ( SELECT form_id, SUM(count_current_week) AS count, SUM(count_previous_week) AS count_previous_week, CASE WHEN SUM(count_previous_week) = 0 THEN 100 WHEN SUM(count_current_week) = 0 THEN -100 WHEN SUM(count_current_week) = SUM(count_previous_week) THEN 0 ELSE ROUND(((SUM(count_current_week) - SUM(count_previous_week)) / NULLIF(SUM(count_previous_week), 1)) * 100) END AS trends FROM ( SELECT form_id, COUNT(entry_id) AS count_current_week, 0 AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-08-17 00:00:00' AND date <= '2026-08-23 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id UNION ALL SELECT form_id, 0 AS count_current_week, COUNT(entry_id) AS count_previous_week FROM wpi2_wpforms_entries WHERE form_id IN ( 1117, 1417, 1674, 1706, 1709, 1874, 1880, 1883 ) AND date >= '2026-08-10 00:00:00' AND date <= '2026-08-16 23:59:59' AND status NOT IN ( 'spam', 'trash' ) GROUP BY form_id ) AS WeeklyData GROUP BY form_id ) SELECT * FROM WeeklyCounts ORDER BY count DESC; made by do_action_ref_array('wpforms_email_summaries_cron'), WP_Hook->do_action, WP_Hook->apply_filters, WPForms\Pro\Emails\Summaries->cron, WPForms\Emails\Summaries->cron, WPForms\Pro\Emails\Summaries->get_entries, WPForms\Pro\Reports\EntriesCount->get_by, WPForms\Pro\Reports\EntriesCount->get_by_form_trends_sql [24-Aug-2026 17:52:03 UTC] WordPress database error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation 'like' for query SELECT SQL_CALC_FOUND_ROWS wpi2_posts.ID FROM wpi2_posts WHERE 1=1 AND (((wpi2_posts.post_title LIKE '%钓鱼料%') OR (wpi2_posts.post_excerpt LIKE '%钓鱼料%') OR (wpi2_posts.post_content LIKE '%钓鱼料%')) AND ((wpi2_posts.post_title LIKE '%👉%') OR (wpi2_posts.post_excerpt LIKE '%👉%') OR (wpi2_posts.post_content LIKE '%👉%')) AND ((wpi2_posts.post_title LIKE '%Amsiga.com%') OR (wpi2_posts.post_excerpt LIKE '%Amsiga.com%') OR (wpi2_posts.post_content LIKE '%Amsiga.com%')) AND ((wpi2_posts.post_title LIKE '%👈%') OR (wpi2_posts.post_excerpt LIKE '%👈%') OR (wpi2_posts.post_content LIKE '%👈%')) AND ((wpi2_posts.post_title LIKE '%oJM3t5k%') OR (wpi2_posts.post_excerpt LIKE '%oJM3t5k%') OR (wpi2_posts.post_content LIKE '%oJM3t5k%')) AND ((wpi2_posts.post_title LIKE '%moneybase料站%') OR (wpi2_posts.post_excerpt LIKE '%moneybase料站%') OR (wpi2_posts.post_content LIKE '%moneybase料站%')) AND ((wpi2_posts.post_title LIKE '%鱼料cvv%') OR (wpi2_posts.post_excerpt LIKE '%鱼料cvv%') OR (wpi2_posts.post_content LIKE '%鱼料cvv%')) AND ((wpi2_posts.post_title LIKE '%艾多美传销%') OR (wpi2_posts.post_excerpt LIKE '%艾多美传销%') OR (wpi2_posts.post_content LIKE '%艾多美传销%')) AND ((wpi2_posts.post_title LIKE '%0r7r%') OR (wpi2_posts.post_excerpt LIKE '%0r7r%') OR (wpi2_posts.post_content LIKE '%0r7r%'))) AND (wpi2_posts.post_password = '') AND ((wpi2_posts.post_type = 'attachment' AND (wpi2_posts.post_status = 'publish')) OR (wpi2_posts.post_type = 'page' AND (wpi2_posts.post_status = 'publish')) OR (wpi2_posts.post_type = 'post' AND (wpi2_posts.post_status = 'publish')) OR (wpi2_posts.post_type = 'project' AND (wpi2_posts.post_status = 'publish'))) ORDER BY (CASE WHEN wpi2_posts.post_title LIKE '% 钓鱼料, 👉 Amsiga.com 👈 oJM3t5k, moneybase料站, 鱼料cvv, 艾多美传销 0r7r%' THEN 1 WHEN wpi2_posts.post_excerpt LIKE '% 钓鱼料, 👉 Amsiga.com 👈 oJM3t5k, moneybase料站, 鱼料cvv, 艾多美传销 0r7r%' THEN 4 WHEN wpi2_posts.post_content LIKE '% 钓鱼料, 👉 Amsiga.com 👈 oJM3t5k, moneybase料站, 鱼料cvv, 艾多美传销 0r7r%' THEN 5 ELSE 6 END), wpi2_posts.post_date DESC LIMIT 0, 5 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts [26-Aug-2026 20:40:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 20:40:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 20:51:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 20:51:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:16:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:16:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:32:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:32:44 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:32:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:32:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:32:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:34:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:34:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:38:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/rest-api/class-wp-rest-server.php on line 1904 [26-Aug-2026 21:42:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:42:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:43:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:43:22 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 21:52:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 21:52:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 22:00:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 22:00:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 22:05:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 22:05:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 22:44:09 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 22:44:09 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 22:49:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 22:49:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 22:59:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 22:59:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:05:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:05:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:09:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:09:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:11:49 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:11:49 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:11:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:11:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:12:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:12:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:13:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:13:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:16 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:14:52 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:14:52 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:18:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:18:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:19:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:19:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:23:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:23:53 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:24:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:24:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:29:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:29:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:39:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:39:27 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:39:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:39:36 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:39:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:39:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538 [26-Aug-2026 23:39:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1535 [26-Aug-2026 23:39:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/carnicer/caicrivierabahia.com/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php:1) in /home1/carnicer/caicrivierabahia.com/wp-includes/pluggable.php on line 1538